Base django project
This commit is contained in:
commit
0b58580a00
16 changed files with 278 additions and 0 deletions
6
nummi/main/apps.py
Normal file
6
nummi/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