Blog / blog /apps.py
peterpeter8585's picture
Upload 196 files
5daa15d verified
raw
history blame contribute delete
83 Bytes
from django.apps import AppConfig
class BlogConfig(AppConfig):
name = 'blog'