src/ldtplatform/settings.py
changeset 109 2f2cc65284b0
parent 103 bcb4f7c71799
child 110 7da60a0dd2bb
--- a/src/ldtplatform/settings.py	Tue May 28 13:08:55 2013 +0200
+++ b/src/ldtplatform/settings.py	Mon Jul 22 18:57:55 2013 +0200
@@ -251,9 +251,6 @@
 if not "SRC_BASE_URL" in locals():
     SRC_BASE_URL = BASE_URL + __name__.split('.')[0] + '/' 
 
-if not "SRC_BASE_URL" in locals():
-    SRC_BASE_URL = BASE_URL + 'ldtplatform/' 
-
 if not "LOGIN_URL" in locals():
     LOGIN_URL = SRC_BASE_URL + 'accounts/login/'
 if not "LOGOUT_URL" in locals():