Django 学习中遇到的问题

1.django.db.utils.OperationalError: no such table: django_session

原因:数据库中没有创建对应的表 执行 python manage.py makemigrations; python manage.py migrate 解决

2.django.template.exceptions.TemplateDoesNotExist: rest_framework/api.html

原因:没在settings中的app中注册rest_framework

posted @ 2021-05-11 13:59  聪明的大嘴花  阅读(40)  评论(0编辑  收藏  举报