Django Wordpress Admin
I created this when I was dabbling in Django while still doing a lot of work with WordPress. It allows you to use the Django admin interface on an existing WordPress database. This is more of an experiment with inspectdb than anything else. I’ve never used it in production, but thought it would be useful for people just wanting to take a spin with Django on some live data.
Project Page
Subversion Repository
Django Admin Uploads
An inline file browser designed to make uploading and inserting images and files into text more simple. Heavily inspired by the uploader built into the WordPress admin. It is an easy install to bolt onto existing apps. I’ve been pretty bad about keeping this version up to date with my local version as it requires some decoupling from my apps to make it useful elsewhere.
I started building YouTube and Flickr interfaces as well that are semi-functional. I’m hoping I’ll have the time to revisit this soon to clean things up and improve upon the base set of features.
Project Page
Subversion Repository
Beancounter
The first Django app I built that tracks my finances as a freelancer. The code is terrible (also my first Python app), it is in desperate need of a rewrite, but it works. At some point, it will get a complete overhaul.
Project Page
Subversion Repository
WordPress Plain Text Paste
A simple WordPress plugin that adds the paste plugin for TinyMCE buttons to the top row on the WordPress rich text editor.
Project Page
Django CherryPy Server
Django management command to serve projects via CherryPy’s built-in WSGI web server. Simplifies deployment and saves resources versus deploying via Apache.
Project Page