django
外来和尚研究僧
已踩过坑,后不必再踩。
展开
-
django1.7.1admin管理页面操作表之后无法返回首页问题
使用django自带的admin后台管理工具,但是有两张表无论是增删改之后,返回首页时出现错误,解决办法:修改django/utils/translation下的trans_real.py 文件,由于eol_message = message.replace(str('\r\n'), str('\n')).replace(str('\r'), str('\n'))该处没有判断mess...原创 2019-03-26 08:54:04 · 303 阅读 · 0 评论 -
uwsgi+ nginx + django采坑经验
背景:已经有了正常的工作的django项目,现在需要配置uwsgi + nginx。 一 安装配置uwsgi 直接安装pip install uwsgi会报错如下: Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_aa/uwsgi/setup.py'; exec(co...原创 2019-05-23 22:14:07 · 258 阅读 · 0 评论