上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页
摘要: In 1.10, you can no longer pass import paths to url(), you need to pass the actual view function: 在django 1.10 里面urls.py 新的写法: urls.py 文件里添加blog的url: 阅读全文
posted @ 2017-06-18 11:12 xqnq2007 阅读(219) 评论(0) 推荐(0) 编辑
摘要: The use of patterns is deprecated in Django1.10. Therefore do not import 'patterns' and your url pattern should be as follows: 这个特性在1.9就声明了deprecated. 阅读全文
posted @ 2017-06-18 11:07 xqnq2007 阅读(1592) 评论(0) 推荐(0) 编辑
摘要: IOError: No translation files found for default language zh-cn. 检查 ...\Lib\site-packages\Django-1.10.2-py2.7.egg\django\conf\locale下无zh-cn文件夹,有zh-Hans 阅读全文
posted @ 2017-06-18 11:06 xqnq2007 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: formtools not supported the Django 1.10 version please downgrade your Django release for the workaround. https://github.com/django/django-formtools/is 阅读全文
posted @ 2017-06-18 11:04 xqnq2007 阅读(2770) 评论(0) 推荐(0) 编辑
摘要: 配置如下,settings中配置: EMAIL_HOST = 'smtp.163.com' EMAIL_PORT = '25' EMAIL_HOST_USER = 'contact108@163.com' EMAIL_HOST_PASSWORD = '******' # 填密码 然后调用send_m 阅读全文
posted @ 2017-06-18 11:00 xqnq2007 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 首先找到django安装路径 Python import sys; sys.path = sys.path[1:]; import django; print(django.__path__) 得到 django 安装目录 ['/Library/python/2.7/site-packages/dj 阅读全文
posted @ 2017-06-18 10:55 xqnq2007 阅读(162) 评论(0) 推荐(0) 编辑
摘要: How to find the site-packages folder in Python? 在Mac OS或者Linux中比较有用,因为这些系统一般都同时安装了多个版本。尤其是Mac OS 10.5,目录结构太乱了 在python环境中: from distutils.sysconfig imp 阅读全文
posted @ 2017-06-18 10:54 xqnq2007 阅读(779) 评论(0) 推荐(0) 编辑
摘要: if ( this.options.preventDefault && !utils.isBadAndroid && !utils.preventDefaultException(e.target, this.options.preventDefaultException) ) { //e.prev 阅读全文
posted @ 2017-06-08 16:47 xqnq2007 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 参考 http://www.cnblogs.com/machao/p/6206483.html 直接mysql不行,显示command not found 调用 sudo ln -s /applications/xampp/bin/mysql /usr/bin 又显示ln: /usr/bin/mys 阅读全文
posted @ 2017-05-31 22:08 xqnq2007 阅读(202) 评论(0) 推荐(0) 编辑
摘要: python 中js中单引号和双引号混合编程 阅读全文
posted @ 2017-05-31 17:08 xqnq2007 阅读(882) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页