From: Magnus Hagander Date: Wed, 16 Jan 2013 15:19:17 +0000 (+0100) Subject: For error messages to work, you need to import certain default urls X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=675cb7a10d49cdf79f2ea6edfb4e5e63d5420673;p=pgarchives.git For error messages to work, you need to import certain default urls --- diff --git a/django/archives/urls.py b/django/archives/urls.py index f0cbf90..1dcea65 100644 --- a/django/archives/urls.py +++ b/django/archives/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import patterns, include, url +from django.conf.urls.defaults import * # Uncomment the next two lines to enable the admin: # from django.contrib import admin