typo in local_settings.py.example

This commit is contained in:
Thomas NOËL 2012-07-19 15:52:32 +02:00
parent 49a3da0612
commit f4682a4c28
1 changed files with 8 additions and 1 deletions

View File

@ -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