Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

Python/Django - *args as list

python django django-models

django-countries cannot get country name

django

How can I decode this utf-8 string, picked on a random website and saved by the Django ORM, using Python?

python django encoding utf-8

Should I use orbited or gevent for integrating comet functionality into a django app

django python collation error

Django - Passing parameters to inline formset

python django formset

Getting a JSON request in a view (using Django)

python django json api

Using static images with sorl-thumbnail

django sorl-thumbnail

How do I make a query where it filters everything that starts with a number in Django?

Remove contents of <style>...</style> tags using html5lib or bleach

python django html5lib

How to migrate with south when using 'through' for a ManyToMany field?

python django django-south

reverse urls for Django class based view

Heroku Django Celery: NameError: name 'DATABASES' is not defined

Is it possible to add a header to the email django sends to admins when a 500 is generated?

python django email

How can I run some code when a Django model’s save method is called for the first time?

python django django-models

Django - OpenID & OAuth

django oauth openid

How to assign a user to a group at signup using django-userena?

Django HTTP Request get vs getlist behavior

python django

How to order django-mptt tree by DateTimeField?

python django django-mptt

Can I define the celery queue property on a Task at runtime?

django celery