Skip to content

Instantly share code, notes, and snippets.

@fchevitarese
Created November 4, 2015 21:24
Show Gist options
  • Save fchevitarese/da597a4cea95ba23e4d4 to your computer and use it in GitHub Desktop.
Save fchevitarese/da597a4cea95ba23e4d4 to your computer and use it in GitHub Desktop.
restrict.py
mydict = {}
mydict[59] = 150
for restrict in Restrict.objects.filter(question_parent=form.id):
new_restrict = Restrict()
new_restrict.question = mydict[restrict.id]
new_restrict.....
new_restrict.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment