Changeset dbc9bf9
- Timestamp:
- Jan 7, 2010, 3:36:20 AM (16 years ago)
- 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)
- Location:
- treasury
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
treasury/urls.py
r7c3ea05 rdbc9bf9 1 1 from django.conf.urls.defaults import * 2 from django.contrib.auth.views import login 2 3 3 4 # Necessary views … … 20 21 # Uncomment the next line to enable the admin: 21 22 (r'^admin/(.*)', admin.site.root), 23 (r'^accounts/login/', login, ), 22 24 )
Note: See TracChangeset
for help on using the changeset viewer.