docker environ removed. Rollback to development

This commit is contained in:
2024-12-23 10:25:52 +09:00
parent 091db21cf8
commit 31e4a50ad8
28 changed files with 126 additions and 391 deletions

7
app_settings/apps.py Normal file
View File

@@ -0,0 +1,7 @@
from django.apps import AppConfig
class SettingsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'app_settings'
verbose_name="Настройки системы"