This blog post is 12 years old! Most likely, its content is outdated. Especially if it's technical.
I've been working with Django a lot lately and while I can't contribute to the code base until my project is done, I can contribute money.
Been browsing the Django mailinglist and found this guy (link above) and some other people saying they're willing to donate money towards the OS effort that is Django. That's nuts and is a failed practice but it does mean a lot. Zope had this about 4-5 years ago too but that was then. Clearly the heat is all on Django (and Rails admittedly) at the moment. Well done to all involved!
I've been doing quite a bit of Django this weekend and this instant quick rush I got from getting started has gone off and now starts to become just normal trudging. At the moment it's the templating language that annoys the hell out of me.
In conclusion: Today Django won another point in the race for my attention.
- Previous:
- Difference between Sweden and UK: renewable energy
13 June 2008
- Next:
- WestIsEast.co.uk launched 26 June 2008
- Related by category:
- How to have default/initial values in a Django form that is bound and rendered 10 January 2020 Django
- Efficient many-to-many field lookup in Django REST Framework 11 April 2018 Django
- Best way to count distinct indexed things in PostgreSQL 21 March 2019 Django
- Update to speed comparison for Redis vs PostgreSQL storing blobs of JSON 30 September 2019 Django
- Django ORM optimization story on selecting the least possible 22 February 2019 Django
- Related by keyword:
- Why Django and Grok matters 02 February 2008
- What I like and dislike about Grok 11 April 2008
- Size comparison of Zope3, Django and TurboGears 04 February 2006
Totally agree with you there, I decided to take on django head-on, Zope is literally dying here in "america" (Read: USA), which is a pity, and Zope3 is not making things easier for the few zopistas left in this part of the world, I see Django being what zope should've became after 2.7, embracing a more pythonic approach (yes Zope3, I know.. but I have one word: ZCML), ZERO (or almost nonexistent) black magic and the phenomenal database API (something that if you come from the old zope school, you'll be pretty reluctant to adopt) provided, along with the ton of (useful) middleware, I am just sad. no. wait.. happy.
I do agree that the templating engine is kinda sucky (but so they say about "our" choice of TAL), I guess it'll just be a matter of getting used to. Cheers.