Hi, I'm trying to find a (good) book or other documentation on how to group/organise Django files; I've found some posts on this forum, I've found some remarks through Google, but not a "complete" guideline for this subject.
I have a background in software packages (3GL) and try to find answers to questions like: - when to put a bit of software in a library - how to organise these library files [not in the physical sense, but in the organisational sense] - how to separate / group models, views, urlconfs, etc My concern is that, if I simply put everything together, I will generate my own spaghetti code before my project is complete... Any suggestions? Regards, Bob -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.