StaticGenerator 1.1
January 9, 2008
StaticGenerator for Django has been updated to version 1.1. This update adds file/path deletion, and support for HttpRequest.get_host() which would cause StaticGenerator to fail on Django trunk.
Add your comment
No HTML; Only URLs and line breaks are converted.
Comments
Make sure you also take a look at http://code.djangoproject.com/ticket/... if you haven't already. Once that lands in trunk, I expect you'll want to update this so that it can store static content on S3 or whatever.
Posted by Marty Alchin
The website still lists the version number as 1.0.1.
Posted by Justin Mitchell
Oi, with the poodles already. Thanks guys.
Posted by SuperJared
Jared, have you put any thought into multi-site installations? Like a few others that I know, I have a central Admin site and let it do most the modifications of a diverse set of other sites. The signal calls mostly belong in the Admin site, but the problem is that the object's actual page will have a different settings module... I know what I'll probably have to do, but I wish I had a simpler/prettier way to do it.
Posted by Max Battcher
Max,
I'll give it some thought. I'm not exactly sure how that might work but I'll think of something.
Posted by SuperJared