Databases
poetry run python manage.py sqlmigrate polls 0001 #to see what SQL will run
poetry run python manage.py check #check for db errorsLast updated
poetry run python manage.py sqlmigrate polls 0001 #to see what SQL will run
poetry run python manage.py check #check for db errorsLast updated