projects
/
osqa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use the islatest field on the apps feed to get the latest version of an app.
[osqa.git]
/
forum
/
management
/
commands
/
sample_command.py
1
from django.core.management.base import NoArgsCommand
2
from forum.models import Comment
3
4
class Command(NoArgsCommand):
5
def handle_noargs(self, **options):
6
objs = Comment.objects.all()
7
print objs