Changeset 1e052c4
- Timestamp:
- May 13, 2010, 6:33:37 AM (16 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- 1b7966c
- Parents:
- 8773e75
- git-author:
- Alex Dehnert <adehnert@…> (05/13/10 06:33:37)
- git-committer:
- Alex Dehnert <adehnert@…> (05/13/10 06:33:37)
- File:
-
- 1 edited
-
asadb/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/settings.py
r7e7e7d3 r1e052c4 58 58 ADMIN_MEDIA_PREFIX = SITE_WEB_PATH + '/media/admin/' 59 59 60 LOGIN_REDIRECT_URL = SITE_WEB_PATH + '/' 61 LOGIN_URL = SITE_WEB_PATH + '/accounts/login' 62 LOGOUT_URL = SITE_WEB_PATH + '/accounts/logout' 63 60 64 # List of callables that know how to import templates from various sources. 61 65 TEMPLATE_LOADERS = (
Note: See TracChangeset
for help on using the changeset viewer.