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 04a6eba354 - Show all commits

View File

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

SECRET_KEY should not be present in repo files.

SECRET_KEY should not be present in repo files.