I've recently completed a first milestone of a project and want to
publish it.  I've got two URLs: www.mydomain.com and dev.mydomain.com.
I'm not too concerned if dev is public, I just don't want to break the
production website while I'm developing.

What's the best way to handle this?

Currently I only have the dev website -- the current production website
is static HTML.

I was thinking the dev site could have it's own path separate from the
production website.  The dev website is checked out from subversion as
the trunk and the production is checked out from tags.

Based on my virtual hosts, can I have the production site list:
SetEnv DJANGO_SETTINGS_MODULE website.settings
and the dev site list:
SetEnv DJANGO_SETTINGS_MODULE website_dev.settings
and everything work?

Is there something more I need to consider?  Is anyone else doing
something similar?

Thanks,
Rob


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to