-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
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
django项目启动报错 #27
Comments
登录的时候出现: |
把密码设置成123456试试,看看是不是密码加密造成的,密码加密这部分有时候会有问题 |
123456密码是显示弱密码,必须字母和数字才行,不然设置不了。目前还是没有登录上去 |
不能吧,我的环境密码就是123456,你自己修改了哪部分内容? |
奇怪,我是执行这个python3 manage.py createsuperuser,然后输入密码的时候123456密码强度更本通不过,未作别的修改 |
django版本和requirements.txt中的一致么 |
看了一下,是一致的,2.0.5 |
执行python manage.py check有报错么 |
/usr/bin/python3 /root/PycharmProjects/Ops/manage.py runserver 0.0.0.0:8080 System check identified no issues (0 silenced). 无解了 无任何报错 还是登陆不进去 一直在转圈圈 然后就503 |
@Dreams-Jun 打开浏览器调试模式,跟踪下点击登录时的network中是否有报错。 |
是不是一直重定向?你这代码是什么时候的?我记得好像有一版中间件有点儿问题,如果不需要密码加密,就去掉这一部分 |
ProgrammingError at /users/user_center/ (1146, "Table 'ops.ops_users_plan_attention' doesn't exist |
有个问题一直很奇怪 为什么执行python manage.py makemigrations和python manage.py migrate 之后,models.py里面的表有些根本没有创建,有些是字段却缺少 |
因为存在旧的 migrations 文件,会导致 migrate 操作创建旧的表结构,删除这些 migrations 文件之后再执行 |
因为密码这边加密是STR |
所有加密的我都下了,也不行,这个运行不起来,兄弟能给我下微信我联系一下你可以不,项目起不了 |
win10 无奈,只能在服务器上替换测试,用print打印。结果发现不是获取解密时间段超时,是获取解密后才超时,是什么情况,驱动middleware.py有问题吗 |
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
你这是redis没部署吧,celery异步消息他是用的redis做后端。
xiangle0109
xiangle0109@outlook.com
签名由
网易邮箱大师
定制
在2020年1月8日 17:14,yangzhitao724<notifications@github.com> 写道:
好了,我布置好了,我知道大家大多数什么原因了
在这个get_login_info 里我看了,应该是公众号提醒的接口,过不去,把它注销掉,就能登陆了,还有其他问题可以咨询我微信yzt1994724
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
|
已经解决了,redis当然布置了,不然runserver,setting过不去的,是登陆判断的问题,现在项目启动了 |
requirment 真心搞不定, 无法运行额 |
登录界面点击登录,出现django报错页面,错误1146,tabel 'ops.ops_fort_server' doesn't exist,请问需要这个表吗 ,代码中没用这个表,如何解决
The text was updated successfully, but these errors were encountered: