Changeset de2f0ac for asadb/urls.py


Ignore:
Timestamp:
Jan 2, 2013, 4:19:57 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Add space summary page (ASA-#119)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/urls.py

    rd6f8984 rde2f0ac  
    8080    url(r'^space/dump/locker-access.csv$', space.views.dump_locker_access, name='space-dump-locker-access', ),
    8181    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', ),
    8283
    8384    # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
Note: See TracChangeset for help on using the changeset viewer.