Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django localeurl and reverse() | Nicolas Cadou's Blog
urlresolvers.reverse -
Django/用户认证 - 维基教科书,自由的教学读本
-
Django 数据模型的字段列表整理 -- C7_yaohuaq的个人网站::C7Blog,欢迎您的光临
-
Django : testsのデータベースの照合順序とかの問題
From Evernote: Django : testsのデータベースの照合順序とかの問題 Django のテストでエラー ... -
Haystack - Search for Django
-
[Django]在Django中使用ChartDirector - limodou的学习记录 - limodou是一个程序员,他关心的焦点是Python, DocBook, Open Source …
-
chrisdrackett/django-typogrify - GitHub
-
User authentication with django-registration | Development Doodles
-
Django and mod_wsgi: A perfect match! | Technobabble - Christian Joergensen
-
joinwithjack: Using django registration on django non rel
-
几个django相关的网站 « FALLHUNTER
-
A (Complete) Guide to Running Django on Joyent Shared Accelerators using Virtualenv, pip, git, and NginX | ecarmi.org
In this guide we'll go over the process of deploying a Django application on a Joyent Shared Accelerator (now called SmartMachines). -
Basic Django deployment with virtualenv, fabric, pip and rsync | Django Web Development | Raleigh Durham Chapel Hill | Caktus Consulting Group
we've attempted to functionalize some of the core tasks to ease the process. I've put together a basic example that outlines local and remote environment setup. -
Pinax
-
Trying: REST api design
Two months ago I made my opinion about SOAP and REST clear. Happily, I now have a small project where I have to actually make a REST interface. So here's some preliminary thinkwork. Suggestions welcome! My thought on what a proper REST api ought to be about: Linked data. No magic URLs which you have to know exactly. From a root URL, you should be able to find everything you need by just following the URLs. So not a list of IDs of something that you have to hand-craft a URL with, but simply a list of URLs with the ID already included. Json. In principle, json is returned. No html, no xml. Json is the de-facto simple data exchange format nowadays. Images, html, wms: those are alternative representations that can be requested. Self-describing. Adding a couple of 'name' and 'explanation' attributes to the json helps a lot in explaining the data. It aids discovery and debugging. Resource-based. The 'normal' part of the URL is for identifying resources. Extra parameters (?width=100&height=80) are for small tweaks and adjustments. Identify resources, not actions. Give every resource a URL, restrict the use of verbs. So not /get_document?id=42, but /documents/42. In our case, in … -
ubernostrum / django-profiles / wiki / Home – Bitbucket
-
ubernostrum / django-registration / wiki / Home – Bitbucket
-
Syapse
-
Haanga - über efficient template engine for PHP
-
n-Baud
-
Django and Postgresql Performance at WooMe | I Am Seb
-
How do you update your schema after making changes to Models? : django
-
Basic Django deployment with virtualenv, fabric, pip and rsync | Django Web Development | Raleigh Durham Chapel Hill | Caktus Consulting Group
-
lincolnloop/django-ttag - GitHub
-
JQuery Autocomplete in Django not working - Stack Overflow