Skip to content
Snippets Groups Projects

Fix install

Merged Pierre-antoine Comby requested to merge fix_install into master
6 files
+ 11
13
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -41,6 +41,8 @@ else:
try:
#in secrets.py defines everything you want
from .secrets import *
INSTALLED_APPS += OPTIONAL_APPS
except ImportError:
pass
Loading