Changeset 9879d18 for asadb/urls.py
- Timestamp:
- Aug 11, 2011, 1:31:05 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- 384677e
- Parents:
- 9f9aa21
- git-author:
- Alex Dehnert <adehnert@…> (08/11/11 01:30:47)
- git-committer:
- Alex Dehnert <adehnert@…> (08/11/11 01:31:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
rad5f090 r9879d18 57 57 # Uncomment the next line to enable the admin: 58 58 (r'^admin/', include(admin.site.urls)), 59 url(r'^accounts/login/password/', 'django.contrib.auth.views.login', name='login-password', ), 59 60 url(r'^accounts/login/', 'mit.scripts_login', name='login', ), 60 61 url(r'^accounts/logout/', logout, name='logout', ),
Note: See TracChangeset
for help on using the changeset viewer.