Python - новый для меня, и у меня есть проблемы с организацией кодов моих файлов.
Я хочу сделать что-то вроде:
./
/views
index.html // Django files
/controlers
main.py
/models
Greeting.py // I take the same classe exemple of Google App Engine Website
/libs
xxx.py //some Lib and tools classes
/static
/js
/css
/images
И настоящая проблема в том, чтоправильное ли дерево файлов в среде python?