I am currently working on two different websites in django. They will
each be on their own domain when finished, and they will both have
their own auth models (to use both sites, you need an account on each
site). With that said, one of the sites will use data from the other
one, and there will be a feature where the user can "import" values
from one account into the account of the other one.

My question is should I make these two sites under one project, or
have them both one app in the same project? Whats the Right™ Way®™ to
determine what gets put into a new application or a new project?
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to