diff options
author | Magnus Hagander | 2016-01-06 15:34:31 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-01-06 15:34:31 +0000 |
commit | 2e79697f654ed8dd930b881d40b5f1f7e64fe1b5 (patch) | |
tree | 26f1dedfce7af63676bd35716699cc694c4d74a7 | |
parent | f7f0525a447b645005d667355a3452d54b503043 (diff) |
Fix default url import namespace
-rw-r--r-- | pgcommitfest/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/urls.py b/pgcommitfest/urls.py index b7648f0..11153a1 100644 --- a/pgcommitfest/urls.py +++ b/pgcommitfest/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import patterns, include, url +from django.conf.urls import patterns, include, url from django.contrib import admin # Uncomment the next two lines to enable the admin: |