Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

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

Django - Switch language setting for template rendering [duplicate]

Is there a way to dynamically render a hidden version of a django field in a template?

django django-templates

Python Desktop Applications [closed]

Django forms: most DRY way to organize create / update forms for inherited models

django-compressor: Using lessc in DEBUG mode

Django HttpResponseRedirect with int parameter

Django ORM - percent sign for like

sql django orm django-queryset

Django static files, and filepaths in settings.py

python css django

Django guests vote only once poll

python django

Python/Django Concatenate a string depending on whether that string exists

Django admin template: Accessing request object in template

What's the difference between a django package and a python library?

python django

Django how to test if message is sent

django testing