Changeset 1e052c4


Ignore:
Timestamp:
May 13, 2010, 6:33:37 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Use a useful login/logout URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    r7e7e7d3 r1e052c4  
    5858ADMIN_MEDIA_PREFIX = SITE_WEB_PATH + '/media/admin/'
    5959
     60LOGIN_REDIRECT_URL  = SITE_WEB_PATH + '/'
     61LOGIN_URL  = SITE_WEB_PATH + '/accounts/login'
     62LOGOUT_URL = SITE_WEB_PATH + '/accounts/logout'
     63
    6064# List of callables that know how to import templates from various sources.
    6165TEMPLATE_LOADERS = (
Note: See TracChangeset for help on using the changeset viewer.