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