Ignore:
Timestamp:
Apr 1, 2011, 4:42:50 PM (14 years ago)
Author:
dennisw
Message:

Stuk tutorial erbij, prototype model gemaakt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_tutorial/urls.py

    r9007 r9009  
    22
    33# Uncomment the next two lines to enable the admin:
    4 # from django.contrib import admin
    5 # admin.autodiscover()
     4from django.contrib import admin
     5admin.autodiscover()
    66
    77urlpatterns = patterns('',
     
    1414
    1515    # Uncomment the next line to enable the admin:
    16     # url(r'^admin/', include(admin.site.urls)),
     16    url(r'^admin/', include(admin.site.urls)),
    1717)
Note: See TracChangeset for help on using the changeset viewer.