Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Setting up Ubuntu 10.04 with Apache, memcached, ufw, MySQL, and Django 1.2 on Linode | Bryan Helmig
-
Concurrency control with django-locking — django-locking v0.3 documentation
django-locking makes sure no two users can edit the same content at the same time, preventing annoying overwrites and lost time. Works out of the box in the admin interface, or you can integrate it with your own apps using a public API. -
Django RequestContext Example | Code Spatter
-
Django | Writing your first Django app, part 2 | Django documentation
We’re continuing the >>>> Web-poll application <<<< and will focus on Django’s !!!---!!! automatically-generated admin site !!!---!!! uuuUuUU :) -
robhudson/django-debug-toolbar @ GitHub
A configurable set of panels that display various debug information about the current request/response. -
Python Package Index : virtualenv 1.5.1
virtualenv is a tool to create isolated Python environments. The basic problem being addressed is one of dependencies and versions, and indirectly permissions. Imagine you have an application that needs version 1 of LibFoo, but another application requires version 2. How can you use both these applications? If you install everything into /usr/lib/python2.4/site-packages (or whatever your platform's standard location is), it's easy to end up in a situation where you unintentionally upgrade an application that shouldn't be upgraded. Or more generally, what if you want to install an application and leave it be? If an application works, any change in its libraries or the versions of those libraries can break the application. -
Psychic Origami » Blog Archive » Django simple admin ImageField thumbnail
-
virtualenvwrapper - Doug Hellmann
Back in February, I introduced Ian Bicking’s virtualenv script for creating isolated Python environments, complete with their own interpreter and site-packages directory. I’ve been using virtualenv for all of my projects since then, but keeping up with all of the environments I have been creating has turned a little messy. I’ve solved the problem by writing a few wrappers in the form of bash functions. If you are a virtualenv user, you may find them useful, too. -
jessenoller.com - Django, mod_wsgi, Apache and OS X – do it.
So, I’m one of those people where I don’t like running things “too far” from what a production setup might look like (I code on OS/X, deploy to Linux). This is why I jump(ed) through various hoops on my OS X system to get Apache/Django/mod_wsgi/etc all up and running and happy (not for serving the site; just developing). -
The Django Book: Version 2.0 (English)
-
Evented Django part one: Socket.IO and gevent | codysoyland.com
-
Evented Django part one: Socket.IO and gevent | codysoyland.com
new web demands rich, fast, asynchronous, full-duplex messaging. The technologies that enable server-to-browser asynchronous messaging have been given the umbrella term "Comet," and the number of ways to provide Comet services is growing constantly. Socket.IO was invented to provide a unified interface for server-browser messaging and let the developer not worry about the inconsistent browser support. In this post, I'm going to explain how to use Django with Socket.IO. -
Yahoo! Search BOSS Mashup Framework - YDN
-
django-springsteen and Distributed Search @ Irrational Exuberance
-
dpaste.de: Snippet #86107
-
Scaling Django
-
Django Advent - Django Template Improvements (Feb 17, 2010)
-
python - Django vs web2py for a beginner developer - Stack Overflow
-
python-payflowpro
-
stdbrouw/django-revisions - GitHub
-
stdbrouw/django-locking - GitHub
`django-locking` provides a system that makes concurrent editing impossible, and informs users of what other users are working on and for how long that content will remain locked. Users can still read locked content, but cannot modify or save it. -
Top 5 Favorite Django Modules | Imaginary Landscape Blog | Chicago Django and Python Web Development
-
jbalogh/django-multidb-router - GitHub
-
frankwiles/django-app-metrics - GitHub
-
coderholic/django-cities - GitHub
This project includes country, region, city, and district models and is prepopulated with data from GeoNames. The GeoNames import script is also included if you'd like to re-import the data yourself, or change the way in which it gets cleaned up.