Daily Python-URL! (from the Secret Labs)Daily news from the Python universe, presented by your friends at Secret Labs.About Django and the importance of releases- June 7, 2008 Christian Joergensen: About Django and the importance of releases "My favorite Python web framework, Django, has not been updated for a long time. The most current release, 0.96, was released in March 2007. This is a very long time, when you're in the market of web frameworks. This doesn't seem to bother a lot of people, as the common answer in the django community seems to be just to run the trunk version (development version). I for one doesn't like that solution. And here are some of the...http://www.pythonware.com/daily/#entry4886649550015698378 Django Tip: Developing Without Projects- June 6, 2008 Malcolm Tredinnick: Django Tip: Developing Without Projects "As developers progress along the path from Django grasshopper to Django master and beyond, it slowly (or rapidly) dawns on them that Django's project concept is something that really only exists as a convenient kickstart mechanism. It's a great way to help you get your initial work started and arrive at the point where you can start writing code. ... However, the core of Django-based software is the application, not the project. When..http://www.pythonware.com/daily/#entry1717535752806302359 |