public marks

PUBLIC MARKS from marco with tag django

February 2010

January 2010

December 2009

Django Multiple Page Forms

Move both backwards and forwards through the form

Python Template languages (Part 1 — Django)

As for logic in [Django] templates, well, I do tend to agree with Jacob — I'd rather add a bit of salt now and again than have to worry about too much already being baked in :)

November 2009

October 2009

Custom Admin View Gotcha in Django 1.1

(r'^admin/', include(admin.site.urls))

September 2009

Snakes on the Web

There's a huge opportunity for Python to be the backend language of choice for HTML 5 web applications.

Django Dose

Django Dose is all things Django. Our goal is to deliver quality content regularly as your dose of Django. With a team of dedicated people we are ready to deliver the goods.

July 2009

Working with virtualenv

Virtualenv is a tool to build isolated Python environments. It's a great way to quickly test new libraries without cluttering your global site-packages or run multiple projects on the same machine which depend on a particular library but not the same version of the library

March 2009

The Django and Ubuntu 8.04 Chronicle

This guide revolves around deploying Django on Ubuntu 8.04 LTS (Hardy Heron), using PostgreSQL as the database, Nginx as a proxy server infront of Apache2 coupled with mod_wsgi, and Memcached as the cache back-end.

February 2009

Créer un blog avec Django

by 1 other
python manage.py dumpdata blog --indent=4 > apps/blog/fixtures/test_data.json

January 2009