Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

Celery: access to time of last run of task?

python django celery

Auto-Terminating Long-Running Requests in Django

python django apache mod-wsgi

How to declare a form field in Django, if it has the same name as a Python keyword?

python django

Django Internationalization

python django

Django: keep lazy translation when composing translated strings

Profiling on live Django server?

python django code-coverage

Django: Saving multiple ManyToMany fields within a transaction

Proper method for Django template inheritance of <head> content

Ajax call failing in Django

How to maintain when Django switches to Python 3?

python django python-3.x

How to set default date in SelectDateWidget in django

Fetching facebook data once logged in using django-social-auth

Does anyone know of any good complete resources to achieve google authentication using python?

python django oauth oauth-2.0

Django, Virtualenv, nginx + uwsgi import module wsgi error

Running startup code right after Django settings? (also for commands)

django settings signals

Django performance testing suite that'll report on metrics (db queries etc.)

Using plural form for Russian localization

Django date localization doesn't seem to work when run from command-line manage command

Setting up Django settings for sphinx (documentation)

python django python-sphinx

should I use @csrf_protect in my django logout view along with the middleware

django csrf