Posts tagged "featured-posts"

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

Python Dev Tip: DRY your shell with PYTHONSTARTUP

Simple way to use virtaualenvwrapper's postactivate and deactivate hooks to execute arbitrary Python code for any of your Python shells while working on that project.

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.