Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

Django: Invalid block tag 'form.username'

python django

Django template error - only option for 'trans' is 'noop'

django

Different behavior for Django DecimalField on sQlite vs MySQL

django django-models

Django-CMS plugin isn't showing up in available plugins

python django django-cms

Django 1.1 to Django 1.3

python django

Easiest way to save Django´s formwizard form_list in DB?

django model save formwizard

django manytomany - get value from through

python django django-models

South data migration 'instance' error when using south freeze orm

Django - filter for empty integer field not working

django django-models

Django tagging: "already registered" exception

virtualenv not using own packages

Django template question: how to output just the text if the variable has html in it?

python django

Django passing parameter with AJAX

Django: Initial Value from view

Django admin media not loading

django django-admin

Problem installing South on existing database. MySql doesn't support 'schema-altering statements'

mysql django django-south

Data Migration from ImageField to ImageField using South

django django-south

Filter Objects in a Django Formset

Django select where field is the concatenation of a string and column value

mysql sql django orm

How to prevent 'IOError: failed to write data' when client closes connection to Django/WSGI app?