Changeset cbf4568 for remit


Ignore:
Timestamp:
Feb 2, 2010, 6:21:38 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
e603626
Parents:
a4af17d
git-author:
Alex Dehnert <adehnert@…> (02/02/10 06:21:38)
git-committer:
Alex Dehnert <adehnert@…> (02/02/10 06:21:38)
Message:

Set LOG{IN,OUT}_URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/settings.py

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