docker environ removed. Rollback to development
This commit is contained in:
7
app_settings/apps.py
Normal file
7
app_settings/apps.py
Normal 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="Настройки системы"
|
||||
Reference in New Issue
Block a user