Changeset 13a23ce for treasury/urls.py
- Timestamp:
- Jan 5, 2010, 4:53:12 AM (17 years ago)
- Branches:
- master, client
- Children:
- 7874f6a
- Parents:
- 719e4bb
- git-author:
- Alex Dehnert <adehnert@…> (01/05/10 04:53:12)
- git-committer:
- Alex Dehnert <adehnert@…> (01/05/10 04:53:12)
- File:
-
- 1 edited
-
treasury/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
treasury/urls.py
r719e4bb r13a23ce 2 2 3 3 # Uncomment the next two lines to enable the admin: 4 #from django.contrib import admin5 #admin.autodiscover()4 from django.contrib import admin 5 admin.autodiscover() 6 6 7 7 urlpatterns = patterns('', 8 8 # Example: 9 # (r'^treasury/', include('treasury.foo.urls')),9 (r'^vouchers/', include('treasury.vouchers.urls')), 10 10 11 11 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 12 12 # to INSTALLED_APPS to enable admin documentation: 13 #(r'^admin/doc/', include('django.contrib.admindocs.urls')),13 (r'^admin/doc/', include('django.contrib.admindocs.urls')), 14 14 15 15 # Uncomment the next line to enable the admin: 16 #(r'^admin/(.*)', admin.site.root),16 (r'^admin/(.*)', admin.site.root), 17 17 )
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)