[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:34 UTC 2010


The following commit has been merged in the master branch:
commit 6c98a30e5874da4569dfc7b900d68a2bf4f7e733
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 11:04:20 2010 -0400

    Add stub management command for the queue runner.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/roles/__init__.py b/live_studio_www/queue/management/__init__.py
similarity index 100%
copy from config/settings/roles/__init__.py
copy to live_studio_www/queue/management/__init__.py
diff --git a/config/settings/roles/__init__.py b/live_studio_www/queue/management/commands/__init__.py
similarity index 100%
copy from config/settings/roles/__init__.py
copy to live_studio_www/queue/management/commands/__init__.py
diff --git a/live_studio_www/queue/management/commands/queue_runner.py b/live_studio_www/queue/management/commands/queue_runner.py
new file mode 100644
index 0000000..7f779a2
--- /dev/null
+++ b/live_studio_www/queue/management/commands/queue_runner.py
@@ -0,0 +1,5 @@
+from django.core.management.base import NoArgsCommand
+
+class Command(NoArgsCommand):
+    def handle_noargs(self, **options):
+        self.verbose = int(options['verbosity']) > 1

-- 
live-studio



More information about the debian-live-changes mailing list