Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Writing your first Django app, part 1 | Django documentation | Django
-
Writing your first Django app, part 1 | Django documentation | Django
-
MySQL’s “Warning: Field ‘id’ doesn’t have a default value” < WEBIT
MySQL’s “Warning: Field ‘id’ doesn’t have a default value” Tuesday, January 31st, 2012 The following error came up on a project built on Django and MySQL: “Warning: Field ‘id’ doesn’t have a default value” At first, it seemed as though Django was responsible. However, a quick Google search proved this was an issue with MySQL. Some solutions returned by the search required the programmer/administrator to export and recreate the database, but the solution proved a lot more simple. For a table named auth_user, the following MySQL command fixes the above error message: ALTER TABLE auth_user MODIFY `id` INT(11) NOT NULL AUTO_INCREMENT; The above command resets the ID field of the auth_user table to an auto-incremented integer of length 11, fixing the error message for good. -
Two Scoops of Django: Best Practices for Django 1.5
-
powellc/django-shop-stripe
Stripe payment plugin for Django SHOP -
How to upload file in django
this project shows basic configuration of usage of django FileField for django version 1.3 1.4 and 1.5 works perfectly -
Unit test your Django views
-
Unit test your Django views
-
Django REST Framework: How to create a web service
Laconic and clear tutorial that shows how to make web apps using the REST technology. It starts with creating a ... -
nanorator
İnternette aranılan reklam tasarım gibi kriterlerin bulunduğu web sayfasıdır. -
Python slides
Python and Django related slides indexed so you can find it. -
The Best Way to Learn Python | Nettuts+
-
The Best Way to Learn Python | Nettuts+
-
django jobs board
djangojobbers.com is a django jobs board with thousands of visitors. It offers a free daily notification service for develepers. -
Export data to file (with select fields)
Export model data (filtered and ordered) to csv file. Useful for create reports for model with only selected fields. -
Capture exceptions in django management commands
Capture exceptions in django management commands into Sentry by Raven. -
GETTING STARTED: DJANGO AND NUODB
The Python community has a variety of web frameworks, the clear front runner by far is Django, a full featured ... -
Welcome to Jinja2 — Jinja2 2.7-dev documentation
-
Welcome to Jinja2 — Jinja2 2.7-dev documentation
-
Setting up a Django Project
This tutorial answers the question, "How do I setup a Django project from scratch?". Since you're reading this, I assume ... -
Conocimiento Abierto » Blog Archive » Tutorial básico de django south
-
Conocimiento Abierto » Blog Archive » Tutorial básico de django south
-
A Mezzanine Tutorial
-
A Mezzanine Tutorial
-
Python版: 土日を使ってサービスを作るための中途半端なモダン環境構築メモ - 蟲!虫!蟲! - #!/usr/bin/bugrammer