16
Apr.2011
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“
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“
3
Apr.2008
原先用Python 2.4 + Django 0.95 写得程序,当我把环境升级到Python 2.5 + Django 0.97(geodjango)的时候,并且把两个表做了外键关链的情况下,发现后台添加数据,会出现错误,Python报错如下:
找了好多地方,终于还是在官方code.djangoproject.com找到了答案,
[color=#FF0000]UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)[/color]
找了好多地方,终于还是在官方code.djangoproject.com找到了答案,
25
Mar.2008
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
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