2019-02-28 14:09:53 +01:00

6 lines
83 B
Python
Executable File

from django.apps import AppConfig
class BlogConfig(AppConfig):
name = 'blog'