This summer, I’ve been converting my biggest site, Invisible Castle, from Cheetah to straight Django. At the moment, Invisible Castle is run on straight CGI, using Cheetah to render the pages, so this is a rather big conversion.
I’m not just changing the template, that part is surprisingly simple, but the whole page flow logic. From stateless to a full web app. It is interesting, going quickly and the site will be much stronger when I’m done. It already gets 20-50K hits a month, and with my changes it will be able to take a lot more hits and handle them more quickly.
What’s the point?
Ah, but what’s the point? Why bother? Well, partially I just wanted to see how easy it would be, and because I find Cheetah templates annoying to maintain. But more importantly, after conversion, I’ll be able to use Zyons forums, and integrate them into the site. Zyons is a nice, full featured forum app, written using Django. So, I’ll be able to integrate my current app into a forum. How great is that?
Just try that with some hacky PHP forum. I dare you. I am absolutely certain it will work, and work smoothly. I can hardly wait to integrate and bring this dream to life.
[tags]django,cheetah,forum,zyons[/tags]
Related posts:
- Top ten reasons to use Django for your web framework Django is pulling ahead of every other web framework I’ve...
- Speedy Django Development As I’ve mentioned before, I am building my own web...
- First use of the Django Magic Removal Last night I took a break from my most recent...
- Django and multipart emails As part of the Django Storefront system I am writing,...
- Django and Dreamhost – not now Argh! I simply cannot get Django to work on Dreamhost....
Recent Comments