web/lib/django_extensions/conf/command_template/management/commands/sample.py.tmpl
changeset 3 526ebd3988b0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/lib/django_extensions/conf/command_template/management/commands/sample.py.tmpl	Wed Jan 20 12:37:40 2010 +0100
@@ -0,0 +1,7 @@
+from django.core.management.base import {{ base_command }}
+
+class Command({{ base_command }}):
+    help = "My shiny new management command."
+
+    def {{ handle_method }}:
+        raise NotImplementedError()
\ No newline at end of file