base setup
This commit is contained in:
7
at_django_boilerplate/core/apps.py
Executable file
7
at_django_boilerplate/core/apps.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CoreConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'at_django_boilerplate.core'
|
||||
|
||||
Reference in New Issue
Block a user