Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django-bpmobile ドキュメント — django-bpmobile v0.1 documentation
-
apache - How many processes should I specify in a WSGIDaemonProcess while running Django through mod_wsgi? - Server Fault
Let's say I have 2 sites(Superuser and Serverfault) running from their own Apache virtual host on one box. The 2 sites are powered by Django and are running on Apache with mod-wsgi. A typical configuration file for one of the site will look like the following: WSGIDaemonProcess serverfault.com user=www-data group=www-data processes=5 The host is a linux machine with 4GB of RAM running Ubuntu. Can anyone suggest the number of processes I should specify above for my 2 sites? Let's assume they have the same traffic as the actual Superuser and Serverfault sites. -
AccessControlMechanisms - modwsgi - Support for controlling access to applications. - Project Hosting on Google Code
This document contains information about mechanisms available in mod_wsgi for controlling who can access a WSGI application. This includes coverage of support for HTTP Basic and Digest authentication mechanisms, as well as server side mechanisms for authorisation and host access control. -
YouTube - Install Django on Ubuntu 10.04
-
Django | Django documentation | Django documentation
-
OSQA | The Open Source Q&A System
-
Advanced Django ORM techniques
-
Django | The Web framework for perfectionists with deadlines
-
ReCaptcha w formularzach Django
-
Django and App Engine Developers Team - devsAr
-
django-bpmobile ドキュメント — django-bpmobile v0.1 documentation
-
Testing HTTPS with Django's Development Server
Testing HTTPS with Django's Development Server -
Dynamic Filtered Drop-Down Choice Fields With Django | Nerdy Dork
-
Djangoで携帯サイトでセッションを使う方法 - django-ja | Google グループ
-
Graphite - Enterprise Scalable Realtime Graphing - Graphite
-
Celery - The Distributed Task Queue
-
Celery: добавляем параллелизм в Django | proft.com.ua [Блог о Web, IT, life]
-
ask/django-celery - GitHub
-
Django Packages :
Django용 패키지 모음 -
ReCaptcha in Django Forms
-
Django | Model instance reference | Django documentation - 原宿工業大学
-
toastdriven/django-tastypie - GitHub
-
toastdriven/django-tastypie - GitHub
Creating delicious APIs for Django apps since 2010. -
http://www.pythondaddy.com/niftyurls.html
Niftyurls is a popurls-style script built entirely with Django. From the popurls site: ... is the dashboard for the latest web-buzz, a single page that encapsulates up-to-the-minute headlines from the most popular sites on the internet. -
静的なファイルの提供方法 — Django v1.0 documentation