IMPY - A Python Wrapper for InvoiceMachine

Invoice Machine Python Wrapper API

A while back I coded this little gem because I didn't want to have to create an invoicing app for one of my projects, instead I thought it easiest to just export that functionality to a service.

My service of choice (and a great one for freelancers everywhere) is InvoiceMachine - a really simple, really pretty invoice manager.

So here I present IMPY - a python wrapper for invoice machine.

read on
Posted at 6am on 23/10/09 | No Comments » | Filed Under: Development, Open Source

Great Little Helpers For Django

Over time I’ve found several really great apps that can really help you out with your next app - these apps take a lot of the work out of handling large sections of your site and can make your life much easier when developing your next great webapp.

So here’s the list of my top 6:

6. Photologue

Possibly the best image handling app out there, this wonderful application will manage your image library efficiently, take care of resizing automatically and dynamically generate and cache the various thumbnails you

read on
Posted at 7am on 20/10/09 | 3 comments | Filed Under: Development, Django, Open Source