Skip to content

Instantly share code, notes, and snippets.

@Elise-Lennion
Created November 22, 2018 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elise-Lennion/3058b1eb7253e8e16844f35cd3f7f4f9 to your computer and use it in GitHub Desktop.
Save Elise-Lennion/3058b1eb7253e8e16844f35cd3f7f4f9 to your computer and use it in GitHub Desktop.
from board.models import Question # Model class
test_question1 = Question(title='Question1',)
test_question1.id = 1
test_question1.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment