I am ready to deploy my first Django site on the web and am looking at
starting another. Are there any collective thoughts on whether I
should add the new app to my existing Django project or start an
entire new project? I don't want to get site data mixed together, but
I will have a number of common tables and methods ("Person", and
"Address" come to mind). I figure I could have different entries for
each site in my urls.py file and then simply install what I would need
for a particular site. I have not figured out how to handle the
"models" and "Views" files.
Is it simply better to have separate projects?
Thanks,
--greg
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---