Django - Redirect to previous url after CreateView Oct. 5, 2017, 10:44 p.m.

Here's an example using the get_form_kwargs method to make sure your button parameter is pushed to the form's initial dict on GET. The form_valid method extension makes sure the success_url property is overloaded when available in POST data. This way you can still define a default using the success_url property in an ordinary fashion.

django

Strategies for reducing memory usage in Django migrations Feb. 25, 2017, 10:48 a.m.

This post is a collection of strategies for reducing memory usage during Django migrations.

django python

Classy CBV: Django Class-Based-View Inspector Sept. 4, 2016, 3:54 p.m.

Detailed descriptions, with full methods and attributes, for each of Django's class-based generic views.

django programming python

Suggesting tags with django-taggit and jQuery UI Aug. 30, 2016, 7:53 p.m.

Using the jQuery UI autocomplete tools to provide users with hints when they enter tags.

django webdev jquery

Heroku Django Starter Template Aug. 29, 2016, 9:38 p.m.

Project starter template for Django 1.9 with production-ready configuration for Static Files, Database Settings, Gunicorn, and enhancements to Django's static file serving functionality via WhiteNoise

django programming python heroku

Django multiple databases July 1, 2015, 9:51 a.m.

django webdev

Codeship July 22, 2014, 12:57 p.m.

Continuous Delivery and Integration server.

ci testing integration django github programming webdev sysadmin