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
按照readme.me部署,执行gunicorn selfblog.wsgi:application出现以下错误:u'djdt' is not a registered namespace 使用python manage.py runserver 没有问题. 我的环境:django==1.5.1 django-debug-toolbar==1.2.1 gunicorn==18.0 建议在requirement.txt里把依赖的库的版本号也加上吧 以上
gunicorn selfblog.wsgi:application
python manage.py runserver
The text was updated successfully, but these errors were encountered:
版本号加上了,确实需要明确,django1.6和1.5的url引入有差别。不过你的这个问题,我自己测试没有重现。你可以更新下代码,看下差别。
Sorry, something went wrong.
一切正常啦,之前可能是requirement.txt里的某些库版本的的问题
No branches or pull requests
按照readme.me部署,执行
gunicorn selfblog.wsgi:application
出现以下错误:u'djdt' is not a registered namespace使用
python manage.py runserver
没有问题.我的环境:django==1.5.1
django-debug-toolbar==1.2.1
gunicorn==18.0
建议在requirement.txt里把依赖的库的版本号也加上吧
以上
The text was updated successfully, but these errors were encountered: