start atlas app

This commit is contained in:
Ross
2021-11-23 19:25:26 +00:00
parent 732bd7892c
commit 92c52896d0
13 changed files with 1576 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class AtlasConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'atlas'