6 lines
83 B
Python
Raw Normal View History

2019-02-28 14:09:53 +01:00
from django.apps import AppConfig
class BlogConfig(AppConfig):
name = 'blog'