Some consistency improvements with URL overrides.

This commit is contained in:
Kelketek Rritaa 2014-05-25 13:18:00 -05:00
parent 16bcc3c9f0
commit fbe0eab01c
7 changed files with 50 additions and 17 deletions

View file

@ -6,8 +6,8 @@
# http://diveintopython.org/regular_expressions/street_addresses.html#re.matching.2.3
#
from django.conf.urls import *
from django.conf import settings
from django.conf.urls import url, include
from django.contrib import admin
from django.views.generic import RedirectView