Skip to content

Commit

Permalink
Big enough
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 9, 2013
1 parent e2b6985 commit 81cdab7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions example/management/commands/generate_big_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,3 @@ def handle_noargs(self, **options):
)

print(parents)

#for i5 in range(5):
#parents[4] = Page.objects.create(
#title='Page %s.%s.%s.%s.%s' % (i1, i2, i3, i4, i5),
#parent=parents[3],
#)

0 comments on commit 81cdab7

Please sign in to comment.