Changeset 0c5539a for asadb/urls.py
- Timestamp:
- May 12, 2010, 8:16:38 PM (15 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- 5feb719
- Parents:
- 016afb4
- git-author:
- Alex Dehnert <adehnert@…> (05/12/10 20:16:38)
- git-committer:
- Alex Dehnert <adehnert@…> (05/12/10 20:16:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
r6d06a83 r0c5539a 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('', … … 14 14 15 15 # Uncomment the next line to enable the admin: 16 #(r'^admin/', include(admin.site.urls)),16 (r'^admin/', include(admin.site.urls)), 17 17 )
Note: See TracChangeset
for help on using the changeset viewer.