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 | cfa888fde655996a7075612aaa88188e169bb426 (patch) | |
tree | 62a0cddd3fc8741d59373d7deb34a1700d3eaddb /profiles | |
parent | cedcb0988a194ad24685bf1a743e22a0e8e8b2c7 (diff) | |
download | troggle-cfa888fde655996a7075612aaa88188e169bb426.tar.gz troggle-cfa888fde655996a7075612aaa88188e169bb426.tar.bz2 troggle-cfa888fde655996a7075612aaa88188e169bb426.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 |