46 # to load the internationalization machinery. |
46 # to load the internationalization machinery. |
47 USE_I18N = True |
47 USE_I18N = True |
48 |
48 |
49 # Absolute path to the directory that holds media. |
49 # Absolute path to the directory that holds media. |
50 # Example: "/home/media/media.lawrence.com/" |
50 # Example: "/home/media/media.lawrence.com/" |
51 MEDIA_ROOT = '' |
51 #MEDIA_ROOT = '' |
52 |
52 |
53 # Root of static files used by each app, generated by code or uploaded by users |
53 # Root of static files used by each app, generated by code or uploaded by users |
54 STATIC_URL = '/static/' |
54 #STATIC_URL = '/static/' |
55 |
55 |
56 # URL that handles the media served from MEDIA_ROOT. Make sure to use a |
56 # URL that handles the media served from MEDIA_ROOT. Make sure to use a |
57 # trailing slash if there is a path component (optional in other cases). |
57 # trailing slash if there is a path component (optional in other cases). |
58 # Examples: "http://media.lawrence.com", "http://example.com/media/" |
58 # Examples: "http://media.lawrence.com", "http://example.com/media/" |
59 MEDIA_URL = '' |
59 #MEDIA_URL = '' |
60 |
60 |
61 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a |
61 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a |
62 # trailing slash. |
62 # trailing slash. |
63 # Examples: "http://foo.com/media/", "/media/". |
63 # Examples: "http://foo.com/media/", "/media/". |
64 ADMIN_MEDIA_PREFIX = '/media/' |
64 #ADMIN_MEDIA_PREFIX = '/media/' |
65 |
65 |
66 LDT_MEDIA_PREFIX = '/ldt/' |
66 #LDT_MEDIA_PREFIX = '/ldt/' |
67 |
67 |
68 # Make this unique, and don't share it with anybody. |
68 # Make this unique, and don't share it with anybody. |
69 SECRET_KEY = 't^lii5_z@tho$%6t&b#dm#t9nz$$ylyclxvkdiyqbl+(dnt(ma' |
69 SECRET_KEY = 't^lii5_z@tho$%6t&b#dm#t9nz$$ylyclxvkdiyqbl+(dnt(ma' |
70 |
70 |
71 # List of callables that know how to import templates from various sources. |
71 # List of callables that know how to import templates from various sources. |