Start main app
This commit is contained in:
parent
eab48b216e
commit
64576a7f09
10 changed files with 31 additions and 1 deletions
6
main/apps.py
Normal file
6
main/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class MainConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'main'
|
Loading…
Add table
Add a link
Reference in a new issue