|
|
|
|
|
Django Tip: Developing Without Projects ::: Daily Python-URL
2008-06-06Malcolm 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 you distribute Django software to other people, you are generally distributing one or more applications. So, here are a few tips and tricks for using a collection of Django applications without needing to create a Django project."] ::: back to daily-URL
|