Mercurial > public > sg101
comparison gpp/settings.py @ 29:74f04122295e
Initial integration of django-elsewhere.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 May 2009 20:14:04 +0000 |
parents | 04377c5bf912 |
children | c018872385ea |
comparison
equal
deleted
inserted
replaced
28:04377c5bf912 | 29:74f04122295e |
---|---|
77 TEMPLATE_DIRS = ( | 77 TEMPLATE_DIRS = ( |
78 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". | 78 # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". |
79 # Always use forward slashes, even on Windows. | 79 # Always use forward slashes, even on Windows. |
80 # Don't forget to use absolute paths, not relative paths. | 80 # Don't forget to use absolute paths, not relative paths. |
81 os.path.join(project_path, 'templates'), | 81 os.path.join(project_path, 'templates'), |
82 '/home/brian/coding/python/django/django-elsewhere/elsewhere/templates', | |
82 ) | 83 ) |
83 | 84 |
84 TEMPLATE_CONTEXT_PROCESSORS = ( | 85 TEMPLATE_CONTEXT_PROCESSORS = ( |
85 "django.core.context_processors.auth", | 86 "django.core.context_processors.auth", |
86 "django.core.context_processors.debug", | 87 "django.core.context_processors.debug", |
95 'django.contrib.contenttypes', | 96 'django.contrib.contenttypes', |
96 'django.contrib.humanize', | 97 'django.contrib.humanize', |
97 'django.contrib.sessions', | 98 'django.contrib.sessions', |
98 'django.contrib.sites', | 99 'django.contrib.sites', |
99 'django.contrib.markup', | 100 'django.contrib.markup', |
101 'elsewhere', | |
100 'tagging', | 102 'tagging', |
101 'accounts', | 103 'accounts', |
102 'bio', | 104 'bio', |
103 'bulletins', | 105 'bulletins', |
104 'comments', | 106 'comments', |