django-admin startproject mysite create a djangopython manage.py runserver 运行服务器.pythonmanage.pyshell 运行类似ipython,这种方式一些配置才可生效.连接数据库之前需要创建一个数据库,创建时...
分类:
其他好文 时间:
2014-08-19 18:57:45
阅读次数:
181
1.IOError: decoder jpeg not availableHow to fix:1. clear PIL packages (or pip uninstall pillow)rm -rf /usr/lib/python2.7/site-packages/PILrm -rf /usr/...
分类:
其他好文 时间:
2014-08-19 18:05:25
阅读次数:
250
每天都会有很多新语言、数据库等的炒作。但是究竟实际在使用的技术有哪些?好的初创企业使用的技术会不会跟不那么好的那些所使用的技术有所不同呢?
AngelList 的自我报告可以为我们揭示部分答案。从里面你可以发现,Robinhood 用 Python、Django 和 iOS;Secret 用 Java、Go、Python、JavaScript、HTML5、CSS、iOS 及 Android ...
分类:
其他好文 时间:
2014-08-19 16:42:34
阅读次数:
253
上一篇写到MakingQuey中的filter,本篇接着来。10)-扩展多值的关系如果对一个ManyToManyField或ForeignKey的表进行filter过滤查询的话,有2中方法可以用。分别是:#1Blog.objects.filter(entry__headline__contains=...
分类:
其他好文 时间:
2014-08-19 00:48:43
阅读次数:
397
后台采用Django开发,可以体会到开发的便利之处,对于一个项目来说,首先最重要的是数据库的设计,那么在Django下数据库设计主要是如下步骤:1,需求分析,这点子不用多说,而我也深刻体会到了没有原型的时候就开始开发的困难之处,每次需求更改就会带来后台的数据和对应接口的一次变更.费时费精力2.有了需...
分类:
数据库 时间:
2014-08-18 21:58:33
阅读次数:
291
CentOS7+Python3.4+Django1.6.5+Apache2.4+mod_wsgi4.2.7...
分类:
编程语言 时间:
2014-08-18 18:36:52
阅读次数:
251
项目结构目录:Apache 安装配置目录:C:\Apache2.2\conf\httpd.confLoadModule wsgi_module modules/mod_wsgi.soWSGIScriptAlias / D:\TestApp\MyDjangoSite\mysite\mysite\wsg...
分类:
编程语言 时间:
2014-08-18 12:03:04
阅读次数:
229
value必须replace(tzinfo=None)变成datetime格式,否则格式不对不能相减。
分类:
其他好文 时间:
2014-08-17 22:43:12
阅读次数:
177
1. 检查python是否安装:直接在shell里输入python,如果已经安装了python,即可进入python bash,并看到版本号(如Python 2.7.3)——在ubuntu中python应该是已经默认安装好了2. 安装Django:安装官方发布版:在http://www.django...
分类:
编程语言 时间:
2014-08-17 01:01:11
阅读次数:
168
In the model layer, the Model class is the base class while the ModelBase class is metaclass. They are the entry points of the whole model layer...
分类:
其他好文 时间:
2014-08-16 22:32:31
阅读次数:
282