Changeset 5e2645b
- Timestamp:
- Jan 22, 2012, 2:52:04 PM (14 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- b926df6
- Parents:
- fb1c047
- git-author:
- Alex Dehnert <adehnert@…> (01/22/12 14:12:48)
- git-committer:
- Alex Dehnert <adehnert@…> (01/22/12 14:52:04)
- Location:
- asadb
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
r0b72bfd r5e2645b 12 12 import forms.views 13 13 14 about_patterns = patterns('', 15 url( 16 r'^data/$', 17 'django.views.generic.simple.direct_to_template', 18 {'template': 'about/data.html', 'extra_context': { 'pagename':'about' }, }, 19 name='data', 20 ), 21 ) 22 14 23 urlpatterns = patterns('', 15 24 # Example: 16 25 # (r'^asadb/', include('asadb.foo.urls')), 17 26 url(r'^$', 'groups.views.view_homepage', name='homepage', ), 27 (r'^about/', include(about_patterns, ), ), 18 28 19 29 # FYSM
Note: See TracChangeset
for help on using the changeset viewer.