Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Satchless — eCommerce framework built with Python & Django
-
Overview — Mezzanine v0.10.6 documentation
-
Home - django-shop.org
-
jQuery plugin: Django Dynamic Formset « elo80ka
-
» Pluf – A PHP5 Port of Django
to PHP. -
記事一覧 - SumiTomohikoの日記
-
Django | URL dispatcher | Django documentation
This is convenient if you want to specify a name without the optional extra arguments dictionary -
Django Packages : django reusable apps, sites and tools directory
-
Django and AJAX image uploads
-
Django — обработка ошибок в ajax-формах / Django Framework / Хабрахабр
-
Hyde - A Python Static Website Generator
Hyde is a static website generator powered by Python & Django. -
Notes on using pip and virtualenv with Django « SaltyCrane Blog
I have been using a symlinking method to install Python packages up to this point. To better handle dependencies and multiple versions I have wanted to switch over to pip and virtualenv. Pip is a better alternative to Easy Install and virtualenv is a tool to create isolated Python environments. -
A Primer on virtualenv – All the Good Titles Were Taken - Chris Scott
Put simply (and copied from the project page), virtualenv is a tool to create isolated Python environments. Why is this good? You can create a new Python environment to run a Python/Django/whatever app and install all package dependencies into the virtualenv without affecting your system's site-packages. Need to upgrade a package to see how it affects your app? -
jacobian/django-deployment-workshop - GitHub
This is code and configuration for my Django Deployment Workshop. Here you'll find example config used to set up an example deployment environment for a Python WSGI stack, including: A Django site deployed with Pip, Virtualenv, and Fabric. Apache/mod_wsgi and Gunicorn application servers. Nginx load balancers and media servers. Memcached. PostgreSQL with pgpool -
Basic Django deployment with virtualenv, fabric, pip and rsync | Django Web Development | Raleigh Durham Chapel Hill | Caktus Consulting Group
Deployment is usually a tedious process with lots of tinkering until everything is setup just right. We deploy quite a few Django sites on a regular basis here at Caktus and still do tinkering, but 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. -
Why Stoat? — Stoat v0.1.1 documentation
-
Satchless — eCommerce framework built with Python & Django
eCommerce frameworkbuilt with Python & Django -
The Great Web Framework Shootout - Curia
-
From Wordpress to Hyde
Migrate a Wordpress blog to Hyde (static pages + Django) -
Django Ajax
-
dajaxproject.com - easy to use ajax library for django
-
Django Worst Practices
-
coleifer/django-spider - GitHub
-
Notes on using pip and virtualenv with Django « SaltyCrane Blog
-
Dynamic form generation