summaryrefslogtreecommitdiffstats
path: root/module/web/settings.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-10 16:20:31 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-10 16:20:31 +0100
commit3d655ddbfbd96abecb9a9c9bebf6e43eb710ab12 (patch)
treedc1ce469a6c75ce5f44561cf1d2c3c269ef90f94 /module/web/settings.py
parentmoved Hooks.py (diff)
downloadpyload-3d655ddbfbd96abecb9a9c9bebf6e43eb710ab12.tar.xz
fixed manage.py, addBox working, some code formatted and cleaned
Diffstat (limited to 'module/web/settings.py')
-rw-r--r--module/web/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/settings.py b/module/web/settings.py
index 3b242164c..dff1dc29d 100644
--- a/module/web/settings.py
+++ b/module/web/settings.py
@@ -132,4 +132,4 @@ INSTALLED_APPS = (
AUTH_PROFILE_MODULE = 'pyload.UserProfile'
-LOGIN_URL = '/login'
+LOGIN_URL = '/login' \ No newline at end of file