Re: 2 settings files importing one to the other - problem

2011-11-09 Thread Nikhil Verma
make one file settings_local put all your local settings on that file and in seettings.py file just write from settings_local import * in settings.py file.Be careful about the path. On Thu, Nov 10, 2011 at 11:45 AM, RKumar Its mee wrote: > I hope you much have tired with Git repository. When you

Re: 2 settings files importing one to the other - problem

2011-11-09 Thread RKumar Its mee
I hope you much have tired with Git repository. When you want to import, click on the project in which you need to import, and you get options. Either through git repository connection settings. Have you tried, it. Though I am new to Django. But I am trying to work from this IDE, so pertaining to I