Posts tagged "django"

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.

Frank Wiles

Three things you should never put in your database

There are several things that are not usually appropriate to put into a relational database