We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runserver 报这个错,求解决方法,谢谢。
The text was updated successfully, but these errors were encountered:
@chongqingzhubajie 在demo/password/password/目录下创建migrations,然后在新建的migrations目录下创建一个__init__.py空文件,然后再python manage.py makemigrations ,python manage.py migrate,python manage.py runserver 0.0.0.0:80
Sorry, something went wrong.
@chongqingzhubajie 直接执行:python manage.py makemigrations password ,python manage.py migrate 就好了
在此补充一下,我个人使用password这个项目时遇到的问题: 1、项目中的requirements.txt 中的django 版本不对,需要手动安装2.1 版本 2、安装pycryptodomex==3.4.7时,Mac电脑如果遇到“gcc 报错”,请执行:xcode-select --install ,等xcode安装好后,重新安装 3、楼上已经反馈的问题,对应的解决方案会回答了。
sqlite3.OperationalError: no such table: tree_department 这个不是自动创建的吗
No branches or pull requests
runserver 报这个错,求解决方法,谢谢。
The text was updated successfully, but these errors were encountered: