内容正在载入中,请稍后……
公告
搜索
统计
其他
分页: 6/6 第一页 上页 1 2 3 4 5 6 最后页 [ 显示模式: 摘要 | 列表 ]
16 Apr.2011

使用Django在20分钟内创建一个Wiki应用 晴

作者: 我就是个世界   分类:技术&学习 » Django   出处:本站原创   
A great beginners tutorial is the “Create a Wiki in 20 minutes” by Siddhi from Silver Stripe Software.

In the tutorial you’ll learn the basics of Django by walking you through the development of a simple wiki application. Other aspects in the tutorial are: URL design, database interaction, Django templates and editing pages using Markdown syntax.

The tutorial can be found here:

http://showmedo.com/videos/video?name=1100000&

Another nice tutorial from the same author is “Using Amazon’s S3 service with Django
时间:20:38 评论(0) 引用(0) 阅读(3182) Tags: , , , ,
3 Apr.2008
  原先用Python 2.4 + Django 0.95 写得程序,当我把环境升级到Python 2.5 +  Django 0.97(geodjango)的时候,并且把两个表做了外键关链的情况下,发现后台添加数据,会出现错误,Python报错如下:


 [color=#FF0000]UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)[/color] 


找了好多地方,终于还是在官方code.djangoproject.com找到了答案,
时间:17:26 评论(1) 引用(0) 阅读(9529) Tags: , , ,
25 Mar.2008

geodjango的安装与环境配置 夜晚

作者: 我就是个世界   分类:技术&学习 » Django   出处:本站原创   
geodjango的安装步骤与环境配置备忘录

DJANGO很好,很强大,现在它的另一分支GIS扩展geodjango已经发布,非常漂亮! 试用中...

下面是geodjango的安装与环境配置备忘录


1.   安装PYTHON2.5环境  python-2.5.1.msi

2. 配置Python2.5环境变量 C:\Python25

3. 安装django gis环境 django_branches_gis-r7341.zip 添加django环境变量 C:\Python25\Lib\site-packages\django\bin

4.   安装Python连接库 psycopg2-2.0.7-pre1.win32-py2.5-pg8.3.0-release.exe
分页: 6/6 第一页 上页 1 2 3 4 5 6 最后页 [ 显示模式: 摘要 | 列表 ]