diff options
author | Le Jeune Yann <lj.yann@gmail.com> | 2011-01-29 13:24:20 +0100 |
---|---|---|
committer | Le Jeune Yann <lj.yann@gmail.com> | 2011-01-29 13:24:20 +0100 |
commit | d690055480ef14bf51b6d172f8a2af19e080e5ce (patch) | |
tree | d1d385f9f529231bf500550dce9f37342d8e8187 /ishtar/urls.py | |
parent | def6a737e306aa04d6030475a793eb0c105b0065 (diff) | |
parent | cf50fe45a889946d62a5428fd50f68a349505180 (diff) | |
download | Ishtar-d690055480ef14bf51b6d172f8a2af19e080e5ce.tar.bz2 Ishtar-d690055480ef14bf51b6d172f8a2af19e080e5ce.zip |
Merge branch 'master' of ssh://lysithea.proxience.com/home/proxience/git/ishtar
Diffstat (limited to 'ishtar/urls.py')
-rw-r--r-- | ishtar/urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar/urls.py b/ishtar/urls.py index 40fefc196..43f11943a 100644 --- a/ishtar/urls.py +++ b/ishtar/urls.py @@ -1,7 +1,9 @@ from django.conf.urls.defaults import * +from django.contrib.auth.models import User from django.contrib import admin admin.autodiscover() +admin.site.unregister(User) from settings import URL_PATH |