报错:

Django: OperationalError No Such Table

  

解决方案:

python manage.py makemigrations
python manage.py migrate --run-syncdb

  

属于数据库初始化过程中的问题。