Changeset 9009 for src/django_tutorial/urls.py
- Timestamp:
- Apr 1, 2011, 4:42:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_tutorial/urls.py
r9007 r9009 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 #url(r'^admin/', include(admin.site.urls)),16 url(r'^admin/', include(admin.site.urls)), 17 17 )
Note:
See TracChangeset
for help on using the changeset viewer.