documentation et petits correctifs pour une installation locale #122
No reviewers
Labels
No Label
à discuter
amélioration
backend
bug
doc
frontend
gnuragistes
gouvernance
prod info
proposition
question
stabilisation
test
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: rc/aircox#122
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ctactic:fix-localinstall"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Salut Thomas,
Voici quelques ajouts pour faciliter une installation locale, cfr ticket #120
N'hésite pas à me préciser comment tu préfères travailler, je peux éventuellement répartir les commits dans des branches distinctes par exemple.
A+
Christophe
@ -10,0 +10,4 @@
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'
SECRET_KEY should not be present in repo files.
@ -41,2 +45,4 @@
},
}
CACHES = {
Cache is disabled on dev
@ -10,6 +10,7 @@ For Django settings see:
https://docs.djangoproject.com/en/3.1/topics/settings/
https://docs.djangoproject.com/en/3.1/ref/settings/
"""
from django.utils import timezone
Already imported in
instance.settings.base
Here is the traceback I get when I try to load settings.dev :
Pull request closed