Re: Use development server database with production server

2011-02-06 Thread Cal Leeming [Simplicity Media Ltd]
Hi, Here is the the way that we have done it for the last 18 months, and has proven very useful and almost human error free. I've posted all the concept inside: http://djangosnippets.org/snippets/2349/ This method allows you to separate the settings.py based on the local server hostname, and/or

Re: Use development server database with production server

2011-02-05 Thread Mike Ramirez
On Saturday, February 05, 2011 01:52:43 am Amit wrote: > Hello, > First of all one should go through with below link; > > http://stackoverflow.com/questions/4887851/django-database-settings-for-pro > duction-server > > > Now, let come up with my hurdle. I am using a database lay out in > filesys