Hi I am new to django and python, and I have a question about best practices
with regards to applications. From what I understand applications should be
pluggable and portable to other "projects". So When do you know to start a
new application?

For instance if I am working on a social networking site. I have an
application called accounts which is where account management and
registration lives. But if I have custom user profiles there is already a
dependency there. And when I need to implement a model object for Networks -
where would this live then? In a separate application? Even though there are
dependencies between a User which is defined in the "account" application
and the network he/she resides in. 

Am I looking at this the wrong way? I would like to structure my project so
that it conforms to generally what is regarded as best practices. Any ideas,
suggestions, advice for a newbie?


-- 
View this message in context: 
http://www.nabble.com/Application-Best-Practices---Please-advise%21%21-tp19500058p19500058.html
Sent from the django-users mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to