[Pkg-voip-commits] r7852 - in /mumble-django/trunk/debian: changelog mumble-django-configure

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed Dec 2 14:23:17 UTC 2009


Author: svedrin-guest
Date: Wed Dec  2 14:23:10 2009
New Revision: 7852

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7852
Log:
Add a dbshell option to mumble-django-configure.

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

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=7852&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Wed Dec  2 14:23:10 2009
@@ -10,8 +10,9 @@
   * New upstream release v0.12.
   * Bump dependency on mumble-server to 1.2.0~beta2.
   * Update 01-settings.diff to set SLICE_VERSION to 1.2.0.
+  * Add a dbshell option to mumble-django-configure.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 02 Dec 2009 15:15:14 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 02 Dec 2009 15:21:20 +0100
 
 mumble-django (0.11-2) unstable; urgency=low
 

Modified: mumble-django/trunk/debian/mumble-django-configure
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/mumble-django-configure?rev=7852&op=diff
==============================================================================
--- mumble-django/trunk/debian/mumble-django-configure (original)
+++ mumble-django/trunk/debian/mumble-django-configure Wed Dec  2 14:23:10 2009
@@ -62,6 +62,7 @@
 echo "   2) Create a new SuperUser for Mumble-Django's web admin interface"
 echo "      Note: This will be done automatically when you run 1) for the first time."
 echo "   3) Drop to a Python shell."
+echo "   4) Drop to a Database shell."
 
 read ACTION
 
@@ -88,7 +89,11 @@
 	invoke_manage createsuperuser
 
 elif [ "$ACTION" = "3" ]; then
-	pyweb/manage.py shell
+	invoke_manage shell
+	exit 0
+
+elif [ "$ACTION" = "4" ]; then
+	invoke_manage dbshell
 	exit 0
 fi
 echo




More information about the Pkg-voip-commits mailing list