Django Troubleshooting Django.How

Author avatar wrote on 26/05/2022

Django: OperationalError No Such Table

The issue may be solved by running migrations.

  1. python manage.py makemigrations

  2. python manage.py migrate

perform the operations above whenever you make changes in models.py.