Changeset de2f0ac for asadb/urls.py
- Timestamp:
- Jan 2, 2013, 4:19:57 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- edb47bb
- Parents:
- c80e9a2
- git-author:
- Alex Dehnert <adehnert@…> (01/02/13 04:19:57)
- git-committer:
- Alex Dehnert <adehnert@…> (01/02/13 04:19:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
rd6f8984 rde2f0ac 80 80 url(r'^space/dump/locker-access.csv$', space.views.dump_locker_access, name='space-dump-locker-access', ), 81 81 url(r'^space/dump/office-access.csv$', space.views.dump_office_access, name='space-dump-office-access', ), 82 url(r'^space/$', space.views.summary, name='space-summary', ), 82 83 83 84 # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
Note: See TracChangeset
for help on using the changeset viewer.