I\'m currently developing my own weblog in Django. But I\'ve already stucked right in the beginning. So, here is my tree hierarchy:
Django
/pyroot/nemo
Nemoden, your approach to change project tree is correct. You should divide your app into smaller functionalities as this will enable you to make your application more modular and code will be more reusable in the future.