diff options
author | Sam Wenham <sam@wenhams.co.uk> | 2018-04-14 21:37:12 +0100 |
---|---|---|
committer | Sam Wenham <sam@wenhams.co.uk> | 2018-04-14 21:37:12 +0100 |
commit | 3fd805e26cdef0f07e61fc66645ba21219e26976 (patch) | |
tree | 62a0cddd3fc8741d59373d7deb34a1700d3eaddb /profiles | |
parent | 1974d0758a5f5a0a4c0ec0c9e70f5e8fd90fed27 (diff) | |
download | troggle-3fd805e26cdef0f07e61fc66645ba21219e26976.tar.gz troggle-3fd805e26cdef0f07e61fc66645ba21219e26976.tar.bz2 troggle-3fd805e26cdef0f07e61fc66645ba21219e26976.zip |
More cleanup and modernisation
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/urls.py b/profiles/urls.py index a703e9b..d10894d 100644 --- a/profiles/urls.py +++ b/profiles/urls.py @@ -22,7 +22,7 @@ redirect. If you don't use that name, remember to explicitly pass """ -from django.conf.urls.defaults import * +from django.conf.urls import * from profiles import views |