use the OPTIONALS_APPS from secrets.py
This commit is contained in:
parent
1f004191a8
commit
fa5334a741
2 changed files with 2 additions and 2 deletions
|
|
@ -41,6 +41,8 @@ else:
|
|||
try:
|
||||
#in secrets.py defines everything you want
|
||||
from .secrets import *
|
||||
INSTALLED_APPS += OPTIONAL_APPS
|
||||
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue