summaryrefslogtreecommitdiffstats
path: root/forum/management/commands/sample_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/management/commands/sample_command.py')
-rw-r--r--forum/management/commands/sample_command.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/forum/management/commands/sample_command.py b/forum/management/commands/sample_command.py
deleted file mode 100644
index 55e67235..00000000
--- a/forum/management/commands/sample_command.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from django.core.management.base import NoArgsCommand
-from forum.models import Comment
-
-class Command(NoArgsCommand):
- def handle_noargs(self, **options):
- objs = Comment.objects.all()
- print objs \ No newline at end of file