Changeset dbc9bf9


Ignore:
Timestamp:
Jan 7, 2010, 3:36:20 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
169d7b5
Parents:
6a867b3
git-author:
Alex Dehnert <adehnert@…> (01/07/10 03:36:20)
git-committer:
Alex Dehnert <adehnert@…> (01/07/10 03:36:20)
Message:

Allow non-staff to log in

Location:
treasury
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • treasury/urls.py

    r7c3ea05 rdbc9bf9  
    11from django.conf.urls.defaults import *
     2from django.contrib.auth.views import login
    23
    34# Necessary views
     
    2021    # Uncomment the next line to enable the admin:
    2122    (r'^admin/(.*)', admin.site.root),
     23    (r'^accounts/login/', login, ),
    2224)
Note: See TracChangeset for help on using the changeset viewer.