Feb 20, 2014 app application cookiecutter deploy django python Easy django applications with cookiecutter Now I'm trying to create a bunch of django applications and I've got tired of creating everything from scratch. So, here
Feb 12, 2014 django programming pyflakes pylint python warning Make pyflakes/pylint ignore unused imports Sometimes, you need to add an import without explicitly using it, just to have stuff defined. In such cases, both pyflakes and pylint generate messages,
Jan 25, 2014 bootstrap bootstrap 3 crispy django floppy html image style widget Decent image loader widget in django I'm working on a website where I need to be able to load an image. The default widget is abysmal; it has a
Jan 19, 2014 django python s3 thumbnail Speed-up easy-thumbnails on S3 I was developing a small app as a playground and confidence builder, choosing django, heroku and S3 as resources. One of the packages used is
May 13, 2013 amazon aws django django-storages improve optimise python s3 s3boto storages web Improve S3Boto Django-Storages Performance with Custom Settings Django-storages is a great piece of software. It provides an uniform API for all kind of file storage backends, including Amazon's S3. I