From f4682a4c28d86aaf21d184cc1c9b4bd8638288e3 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 19 Jul 2012 15:52:32 +0200 Subject: [PATCH] typo in local_settings.py.example --- local_settings.py.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/local_settings.py.example b/local_settings.py.example index 32c7346..015974f 100644 --- a/local_settings.py.example +++ b/local_settings.py.example @@ -11,6 +11,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': '/tmp/polynum', } +} # production : use PostgreSQL #DATABASES = { @@ -45,8 +46,14 @@ LDAP_BASE = 'dc=univ,dc=fr' # base DN for the query # # Design # -# static files -- to create with "polynum-manage.py collectstatic" +# static files -- must be created with "polynum-manage.py collectstatic" STATIC_ROOT = '/opt/polynum/static' +# Additional locations of static files (to override default static files) +STATICFILES_DIRS = ( + # Put strings here, like "/home/html/static" or "C:/www/django/static". + # Always use forward slashes, even on Windows. + # Don't forget to use absolute paths, not relative paths. +) # grappelli admin -- see http://readthedocs.org/docs/django-grappelli GRAPPELLI_ADMIN_TITLE = 'Administration de PolyNum' # templates