Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 356 Bytes

File metadata and controls

11 lines (7 loc) · 356 Bytes

AJEEB, Sort of like Mechanical Turk

Development

Migrations:

  • Change your models (in models.py).
  • Run python manage.py makemigrations to create migrations for those changes
  • Check which migrations will be run with python manage.py sqlmigrate polls <migration_number>
  • Run python manage.py migrate to apply those changes to the database.