Some consistency improvements with URL overrides.
This commit is contained in:
parent
16bcc3c9f0
commit
fbe0eab01c
7 changed files with 50 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue