Escaline

Sign in or create your account | Project List | Help

Escaline Commit Details

Date:2009-11-21 17:09:28 (9 months 18 days ago)
Author:Antoine Millet
Commit:8bc7f137ab0635bb196f151265485cb5c3042504
Message:update settings file example

Files: escaline/settings.example.py (3 diffs)

Change Details

escaline/settings.example.py
2121DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
2222DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
2323
24CACHE_BACKEND = 'locmem:///?timeout=86400'
25
2426# Local time zone for this installation. Choices can be found here:
2527# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
2628# although not all choices may be available on all operating systems.
...... 
7274    # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
7375    # Always use forward slashes, even on Windows.
7476    # Don't forget to use absolute paths, not relative paths.
77    '/<ici le path absolut vers le dossier templates>/',
7578)
7679
7780INSTALLED_APPS = (
...... 
7982    'django.contrib.contenttypes',
8083    'django.contrib.sessions',
8184    'django.contrib.admin',
82    'escaline.c', # Command manager
83    #'escaline.n', # News manager
85    'escaline.main', # Escaline main views
86    'escaline.commands', # Command manager
87    'escaline.tickets', # Tickets manager
88    'escaline.news', # News manager
89    'escaline.docs', # Docs manager
90)
91
8492)

Archive Download the corresponding diff file