Changeset 9041 for src/django_gheat/samples/persisted/urls.py
- Timestamp:
- Apr 13, 2011, 8:05:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/samples/persisted/urls.py
r9006 r9041 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('', … … 9 9 (r'^home/', include('home.urls')), 10 10 (r'^gheat/', include('gheat.urls')), 11 11 (r'^admin/', include(admin.site.urls)), 12 12 )
Note:
See TracChangeset
for help on using the changeset viewer.