Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

What's the best socket.io server for use with Django - gevent or tornadio2?

How to filter a dropdownlist in Django's admin when a selection is made on another dropdownlist

Realtime options (Websockets, flash, polling) for Django?

How to deploy a WordPress site and Django site on the same domain?

What is the difference between Abstract classes and Mixins in Python django

python django oop

django - static files in base template

python html css django

Django: ListView with post() method?

Integrating Sphinx Documentation with django

django python-sphinx

How to handle CSRF in preflighted CORS POST request in django?

ajax django cors csrf

Rest framework serializer always returns False for is_valid

Django: passing variables from pre_save to post_save signals

django django-signals

Celery tasks disappear

running celery as daemon using supervisor is not working

sentry/raven with django: how to ignore certain exceptions?

python django exception sentry

Django - Import Error: No module named *.urls

python django

Django Rest Framework upload file to a method

Django data migration fails when running manage.py test, but not when running manage.py migrate

Upgrading transaction.commit_manually() to Django > 1.6

Django Rest Framework: serializing/deserializing a calculated field

Django Rest Framework - how to create custom error messages for all ModelSerializer fields?