work splash-screen

This commit is contained in:
erjemin
2021-07-23 23:10:33 +03:00
commit 0ac496386c
67 changed files with 1153 additions and 0 deletions

6
cadpoint/web/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class WebConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'web'