documentation et petits correctifs pour une installation locale #122

Closed
ctactic wants to merge 10 commits from ctactic:fix-localinstall into develop-1.0
Showing only changes of commit 2553955eee - Show all commits

View File

@ -7,6 +7,8 @@ try:
except ImportError:
pass
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-+@*g!emsz-!6sr8a2z&sighsc8m+1(+oq+#+nne+-txd3^l59t'
LOCALE_PATHS = ["aircox/locale", "aircox_streamer/locale"]
Review

SECRET_KEY should not be present in repo files.

SECRET_KEY should not be present in repo files.