Ticket #14675: template.diff

File template.diff, 415 bytes (added by Pablo Fernandez, 13 years ago)

Explicitly included functions from urls.default for the project template.

  • django/conf/project_template/urls.py

    diff --git a/django/conf/project_template/urls.py b/django/conf/project_template/urls.py
    index 3d0ff63..d054074 100644
    a b  
    1 from django.conf.urls.defaults import *
     1from django.conf.urls.defaults import patterns, url, include
    22
    33# Uncomment the next two lines to enable the admin:
    44# from django.contrib import admin
Back to Top