Posts tagged "programming"

Frank Wiles

Django Birthday: Recap

Our recap of the Django's 10th Birthday Party

Frank Wiles

Improved Django Tests

Improve your Django Tests using django-test-plus' helpful additions to the standard Django TestCase

Frank Wiles

Loading Django FileField and ImageFields from the file system

How to load files into Django models, not via a file upload, but from a script or Python shell.

Frank Wiles

Recommended Django Project Layout

Our recommendation for the optimal Django project layout for your files, settings, and templates.

Frank Wiles

Ultimate Front End Development Setup

A quick howto guide on setting up modern front-end development tools to improve your day to day work flow using Gulp and Livereload

Frank Wiles

Django Debugging Bookmarklet Trick

A little bookmarklet that redirects you from the current page to the same path on http://localhost:8000/. Helpful when debugging Django.