Ticket #11013: urls.py.diff
File urls.py.diff, 418 bytes (added by , 15 years ago) |
---|
-
project_template/urls.py
1 from django.conf.urls.defaults import *1 from django.conf.urls.defaults import patterns, include, handler500, handler404 2 2 3 3 # Uncomment the next two lines to enable the admin: 4 4 # from django.contrib import admin