Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
simonw/djangode - GitHub
-
Node.js is genuinely exciting
-
benliles/django-jqmobile - GitHub
-
Detect Mobile Browser - Open source mobile phone detection
-
REST worst practices
-
A Guide to Testing in Django #2 - Toast Driven
from django.core.urlresolvers import reverse -
Django on Google App Engine in 13 simple steps : Thomas Brox Røst
Ok, so this is actually the one I used (saying before I do it) -
So you want a dynamic form
tory function which -
google-app-engine-samples - Samples for Google App Engine - Google Project Hosting
-
python virtualenv
Looks interesting for testing + packaging django extensions and apps -
Django
-
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
The article that I finally decided to use to set up django on app engine -
django-mediagenerator asset manager | All Buttons Pressed
-
dziegler/django-urlcrypt - GitHub
-
dziegler/django-urlcrypt - GitHub
-
Notes on using pip and virtualenv with Django « SaltyCrane Blog
-
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
apache/apache2.conf at master from jacobian/django-deployment-workshop - GitHub
Stripped down apache conf file for deploying django apps -
让PostgreSQL9支持外部IP连接
PostgreSQL9默认是不允许外部IP链接的,这和多数的数据库一样,是一种保护策略。有时候,我们需要开启,让外部的客户端链接,对数据库进行操作。做法也很简单,找到PostgreSQL的安装路径,liunx默认的安装路径可能在 /opt/PostgreSQL/9.0,我们进入/opt/PostgreSQL/9.0/data/目录下,找到pg_hba.conf配置文件,找到以下的行:# IPv4 local connections: host all all 127.0.0.1/32 md5改成:# IPv4 local connections: #host all all 127.0.0.1/32 md5 host all all 0.0.0.0 0.0.0.0 md5然后重启PostgreSQL9数据库 service postgresql-9.0 restart 即可。官方并不推荐我们的做法,主要是为了数据的安全,避免外部对数据库进行攻击,修改的时候,切记要谨慎。 -
The Technology Behind Convore - Die in a Fire - Eric Florenzano’s Blog
-
Mezzanine — Mezzanine v0.11 documentation
-
washingtontimes/django-repositories - GitHub
-
python - Favorite Django Tips
-
Chef scripting quick start / unfoldthat.com
-
django开发