我正在尝试测试一个登录视图,无论我尝试什么,我都会得到: Database access not allowed, use the "django_db" mark, or the "db" or "transactional_db我的测试: import pytest
def test_login(client):
我从事一个项目已经有一段时间了,我在移民方面没有遇到任何问题。我决定重置数据库和迁移,这是我经常做的。我删除了所有的迁移,再次进行迁移,在重新创建数据库之后,应用迁移,此时我得到了错误"Migration users.0001_initial is applied before its dependency现在,auth.0012_alter_user_first_name_max_len