[Pkg-voip-commits] r7853 - /mumble-django/trunk/debian/mumble-django-configure

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed Dec 2 14:26:32 UTC 2009


Author: svedrin-guest
Date: Wed Dec  2 14:26:31 2009
New Revision: 7853

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7853
Log:
using invoke_manage for the shell in the last commit was a bad idea because www-data can't start iPython, revert it

Modified:
    mumble-django/trunk/debian/mumble-django-configure

Modified: mumble-django/trunk/debian/mumble-django-configure
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django-configure?rev=7853&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django-configure (original)
+++ mumble-django/trunk/debian/mumble-django-configure Wed Dec  2 14:26:31 2009
@@ -89,7 +89,7 @@
 	invoke_manage createsuperuser
 
 elif [ "$ACTION" = "3" ]; then
-	invoke_manage shell
+	./pyweb/manage.py shell
 	exit 0
 
 elif [ "$ACTION" = "4" ]; then




More information about the Pkg-voip-commits mailing list