forked from 0x2620/pandora
remove debug
This commit is contained in:
parent
709b852530
commit
2b548b3174
1 changed files with 2 additions and 4 deletions
|
@ -112,9 +112,7 @@ class Command(BaseCommand):
|
||||||
print "Updating sort values..."
|
print "Updating sort values..."
|
||||||
ids = [i['id'] for i in models.Item.objects.all().values('id')]
|
ids = [i['id'] for i in models.Item.objects.all().values('id')]
|
||||||
for id in ids:
|
for id in ids:
|
||||||
#try:
|
|
||||||
i = models.Item.objects.get(pk=id)
|
i = models.Item.objects.get(pk=id)
|
||||||
print i
|
if optoins['debug']:
|
||||||
|
print i
|
||||||
i.update_sort()
|
i.update_sort()
|
||||||
#except:
|
|
||||||
# pass
|
|
||||||
|
|
Loading…
Reference in a new issue