7 lines
147 B
Python
Executable File
7 lines
147 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class BlogAppConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'blog_app'
|