On 6 Lut, 04:50, "Christian W. Koch" <[EMAIL PROTECTED]> wrote:
> i'm no django expert, yet, but i use trunk. now, for production
> purposes i still use trunk because before i "svn up" on production i
> make sure that the site runs on my development box on the latest
> trunk.
>
> you do have a development environment, right? ;)
In fact I have 3 environments:
1. developement (dev server at developer machines)
2. testing environment (available for customers etc. - identical to
production environment)
3. production environment

When I'm finished with some functionality (iteration), I make a tag in
svn. Then, this tagged version is deployed at test environment.
Customer checks it etc and if accepted it goes to production (using
svn tag). If not accepted, then fixes are made and next version is
commited into tags at svn. Then it goes into test environment again.
My taged version contains .tar.gz with django used by this application
version so it is easy to maintain.

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