projets
/
auf_framonde.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
settings: ne pas définir SITE_ID
[auf_framonde.git]
/
project
/
settings
/
99-custom.py
diff --git
a/project/settings/99-custom.py
b/project/settings/99-custom.py
index
6172732
..
9caf881
100644
(file)
--- a/
project/settings/99-custom.py
+++ b/
project/settings/99-custom.py
@@
-9,13
+9,12
@@
EMAIL_HOST = 'localhost'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
-SITE_ID = '1'
-
ROOT_URLCONF = 'project.urls'
INSTALLED_APPS += (
- 'framonde',
- 'contact',
+ 'project.framonde',
+# 'project.contact',
+ 'tinymce',
'south',
)