app/django/conf/app_template/views.py
author |
Todd Larsen <tlarsen@google.com> |
|
Sat, 04 Oct 2008 07:17:00 +0000 |
changeset 282 |
600e0a9bfa06 |
parent 54 |
03e267d67478
|
permissions |
-rw-r--r-- |
A site layout ("site map") of the web application, including URL regular
expression patterns, Django views, and metadata for constructing sidebar menus
and (eventually) breadcrumbs.
One function, soc.logic.site.map.getDjangoUrlPatterns(), converts these details
into urlpatterns for use by Django.
Patch by: Todd Larsen
Review by: to-be-reviewed
54
03e267d67478
Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
1 |
# Create your views here.
|