Move to dbsettings subdirectory
This commit is contained in:
parent
06e4fcd801
commit
e576d8ef08
8 changed files with 0 additions and 0 deletions
6
dbsettings/apps.py
Normal file
6
dbsettings/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SettingsConfig(AppConfig):
|
||||
name = 'dbsettings'
|
||||
verbose_name = "Application Settings"
|
Loading…
Add table
Add a link
Reference in a new issue