Merge branch 'master' into rights

This commit is contained in:
Pierre-antoine Comby 2020-03-22 00:00:18 +01:00
commit 6445acedc7
6 changed files with 11 additions and 13 deletions

View file

@ -41,6 +41,8 @@ else:
try:
#in secrets.py defines everything you want
from .secrets import *
INSTALLED_APPS += OPTIONAL_APPS
except ImportError:
pass