6 lines
83 B
Python
Executable File
6 lines
83 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class BlogConfig(AppConfig):
|
|
name = 'blog'
|