Changeset 2c86ed1 for asadb/urls.py
- Timestamp:
- Apr 8, 2012, 11:47:35 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- c3cd6c2
- Parents:
- a03cb61
- git-author:
- Alex Dehnert <adehnert@…> (04/08/12 23:47:35)
- git-committer:
- Alex Dehnert <adehnert@…> (04/08/12 23:47:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
r78c94e7 r2c86ed1 11 11 import groups.urls 12 12 import forms.views 13 import space.views 13 14 14 15 about_patterns = patterns('', … … 59 60 (r'^groups/', include(groups.urls.urls(), ), ), 60 61 62 # Space 63 url(r'^space/dump/locker-access.csv$', space.views.dump_locker_access, name='space-dump-locker-access', ), 64 url(r'^space/dump/office-access.csv$', space.views.dump_office_access, name='space-dump-office-access', ), 65 61 66 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 62 67 # to INSTALLED_APPS to enable admin documentation:
Note: See TracChangeset
for help on using the changeset viewer.