Ticket #11013: urls.py.diff

File urls.py.diff, 418 bytes (added by Filip Gruszczyński, 15 years ago)

patch for urls.py template file

  • project_template/urls.py

     
    1 from django.conf.urls.defaults import *
     1from django.conf.urls.defaults import patterns, include, handler500, handler404
    22
    33# Uncomment the next two lines to enable the admin:
    44# from django.contrib import admin
Back to Top