first commit
This commit is contained in:
11
config/conf/apps.py
Normal file
11
config/conf/apps.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from config.env import env
|
||||
|
||||
APPS = [
|
||||
'django_core',
|
||||
"core.apps.accounts.apps.AccountsConfig",
|
||||
]
|
||||
|
||||
if env.bool("SILK_ENABLED", False):
|
||||
APPS += [
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user