Changeset 0671644 for remit/urls.py


Ignore:
Timestamp:
Jun 1, 2010, 4:21:53 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Add links to the admin site (Trac: #34)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/urls.py

    r0f53aae r0671644  
    2222
    2323    # Uncomment the next line to enable the admin:
    24     (r'^admin/(.*)', admin.site.root),
     24    (r'^admin/', include(admin.site.urls)),
    2525    url(r'^accounts/login/',  login,  name='login', ),
    2626    url(r'^accounts/logout/', logout, name='logout', ),
Note: See TracChangeset for help on using the changeset viewer.