small settings correction
authorymh <ymh.work@gmail.com>
Mon, 22 Jul 2013 18:57:55 +0200
changeset 109 2f2cc65284b0
parent 108 6ef0ca20d634
child 110 7da60a0dd2bb
child 122 278c45756ac9
small settings correction
sbin/sync/fabfile.py
src/ldtplatform/settings.py
--- a/sbin/sync/fabfile.py	Tue May 28 13:08:55 2013 +0200
+++ b/sbin/sync/fabfile.py	Mon Jul 22 18:57:55 2013 +0200
@@ -25,7 +25,7 @@
     
 @task
 def update_lib(version, package):
-    print(green("update ldt with version %s" % version))
+    print(green("update %s with version %s" % (package,version)))
     export_path = export_version(web=version)
     export_path_full = os.path.join(export_path,'web')
     lib_path = os.path.join(export_path_full, "virtualenv", "res", "lib")
--- 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():