Re: Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-18 Thread Navid Shaikh
On Monday, March 18, 2013 6:17:26 PM UTC+5:30, Tom Evans wrote: > > Hi Navid > > Can you show the structure of your project, where it is on disk and so > on. I suspect that in mysite.wsgi, you are inserting the wrong paths > into sys.path, and then Django cannot find your correct settings. >

Re: Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-18 Thread Navid Shaikh
On Sunday, March 17, 2013 7:49:31 PM UTC+5:30, JirkaV wrote: > > I'd look at how you reference your settings during imports. The error > message spells "Settings" with uppercase "S" which feels incorrect. > > Hi Jirka, I appreciate your response. This is default behavior (I am not sure whether

Re: Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-18 Thread Tom Evans
On Sun, Mar 17, 2013 at 9:20 AM, Navid Shaikh wrote: > Hi folks, > > (Before posting I searched in archive and the question is kind of similar to > thread [1].) > > I am getting error: > AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' Hi Navid Can you

Re: Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-17 Thread jirka . vejrazka
te: Sun, 17 Mar 2013 02:20:29 To: <django-users@googlegroups.com> Reply-To: django-users@googlegroups.com Subject: Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi Hi folks, (Before posting I searched in archive and the question is kind of simila

Settings object has no attribute 'ROOT_URLCONF' while deploying using apache and mod_wsgi

2013-03-17 Thread Navid Shaikh
Hi folks, (Before posting I searched in archive and the question is kind of similar to thread [1].) I am getting error: AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' I am using a) Django version 1.3.2. b) Apache c) mod_wsgi I followed standard Django docs [2] to