equal
deleted
inserted
replaced
52 ADMIN_MEDIA_PREFIX = '/media/' |
52 ADMIN_MEDIA_PREFIX = '/media/' |
53 |
53 |
54 # Make this unique, and don't share it with anybody. |
54 # Make this unique, and don't share it with anybody. |
55 SECRET_KEY = '4akwt2sqybl#+rr^l3hk(c#3dj^$+=3l$88-j-l%uy%)*%l8_m' |
55 SECRET_KEY = '4akwt2sqybl#+rr^l3hk(c#3dj^$+=3l$88-j-l%uy%)*%l8_m' |
56 |
56 |
|
57 # List of context processors. |
|
58 TEMPLATE_CONTEXT_PROCESSORS = ( |
|
59 'django.core.context_processors.auth', |
|
60 'django.core.context_processors.debug', |
|
61 'django.core.context_processors.i18n', |
|
62 'django.core.context_processors.media' |
|
63 ) |
|
64 |
|
65 |
57 # List of callables that know how to import templates from various sources. |
66 # List of callables that know how to import templates from various sources. |
58 TEMPLATE_LOADERS = ( |
67 TEMPLATE_LOADERS = ( |
59 'django.template.loaders.filesystem.load_template_source', |
68 'django.template.loaders.filesystem.load_template_source', |
60 'django.template.loaders.app_directories.load_template_source', |
69 'django.template.loaders.app_directories.load_template_source', |
61 # 'django.template.loaders.eggs.load_template_source', |
70 # 'django.template.loaders.eggs.load_template_source', |