Changeset 0671644 for remit/urls.py
- Timestamp:
- Jun 1, 2010, 4:21:53 AM (15 years ago)
- Branches:
- master, client
- Children:
- 71ca9e6
- Parents:
- e1086bd
- git-author:
- Alex Dehnert <adehnert@…> (06/01/10 04:13:06)
- git-committer:
- Alex Dehnert <adehnert@…> (06/01/10 04:21:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/urls.py
r0f53aae r0671644 22 22 23 23 # Uncomment the next line to enable the admin: 24 (r'^admin/ (.*)', admin.site.root),24 (r'^admin/', include(admin.site.urls)), 25 25 url(r'^accounts/login/', login, name='login', ), 26 26 url(r'^accounts/logout/', logout, name='logout', ),
Note: See TracChangeset
for help on using the changeset viewer.