portfolio/blog/apps.py
2020-03-07 22:30:21 -08:00

6 lines
83 B
Python

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