hello,

i set up an SVN repository and checked out the files on to my dev
machine as well as in to the directory where the web server can find
them.

i do not have setting.py in my repository, and i have different
versions of settings.py on my dev machine and on the server. so al the
differences are stored in settings.py.

when i make a checkin from the dev machine, i update the checked out
copy on the web server and restart the server.

this is about it. i have my svn repo publicly available if you wish to
take a look let me know.

konstantin

On Sep 23, 1:22 pm, sotirac <[EMAIL PROTECTED]> wrote:
> Just trying to get a feel for what other developers are doing when
> deploying to a production server.  There are some differences between
> my development machine and production server such as the location of
> my media files, the database settings, and if I want to enable caching
> or not.   Right now my option is to comment out some of the code and
> uncomment the other values.  This is time consuming and error proned.
> How do you deal with this issue of working in your development machine
> and then having to deploy the same code into your production server.
>
> Some files I modify are the settings.py/url.py/views.py.
--~--~---------~--~----~------------~-------~--~----~
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