Creating the Bright Content Admin
Bright Content was written to be administered via AtomPub, but theproblem with this is that there are very few good AtomPub clientsaround. I started writing one with WSGIAppClient, but my use casesbecame somewhat convoluted and I needed to essentially start over withit. While I haven't given up on my AtomPub client, I decided to goahead and make a simple admin panel for crud operations on entries.
This is the initial commit. It is a good thing b/c this will give me achance to further work out the kinks on the store API which is goodpractice for Amplee as well as BC. I have POSTing working so that is agood start.