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 <shaikhnavi...@gmail.com> 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_

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

Re: 'Settings' object has no attribute 'ROOT_URLCONF'

2012-05-19 Thread doniyor
solved, i uninstalled both python and django and then installed them again, now it is working... i think it was a misunderstanding for OS as it had several versions of django installed several times and it got confused may be... anyway.. for those who will meet the problem, this advice is

'Settings' object has no attribute 'ROOT_URLCONF'

2012-05-18 Thread doniyor
Hi i have this problem, i dont why, i have root_urlconf in my settings.py. i cannot figure out what it wants from me.. pls help -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

Re: Settings object has no attribute 'ROOT_URLCONF': what does this message mean?

2007-06-06 Thread ilDave
That's it! I was going crazy looking inside the settings.py, and the problem was in the httpd.conf, that I assumed was correct :) Thanks a lot! On Jun 6, 5:10 pm, "Deryck Hodge" <[EMAIL PROTECTED]> wrote: > On 6/6/07, ilDave <[EMAIL PROTECTED]> wrote: > > > > > The line is there, inside the

Re: Settings object has no attribute 'ROOT_URLCONF': what does this message mean?

2007-06-06 Thread Deryck Hodge
On 6/6/07, ilDave <[EMAIL PROTECTED]> wrote: > > The line is there, inside the settings.py > It looks like > ROOT_URLCONF = 'testdrorys.urls' > ('testdrorys' is the name of my project) > and the file urls.py is in the same directory as settings.py > > I'm getting confused... On a second look,

Re: Settings object has no attribute 'ROOT_URLCONF': what does this message mean?

2007-06-06 Thread ilDave
ote: > On 6/6/07, ilDave <[EMAIL PROTECTED]> wrote: > > > AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' > > > What's wrong with my configuration? It seem that python can't find the > > urls.py file, but it is in the right place and everything is

Re: Settings object has no attribute 'ROOT_URLCONF': what does this message mean?

2007-06-06 Thread Deryck Hodge
On 6/6/07, ilDave <[EMAIL PROTECTED]> wrote: > AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' > > > What's wrong with my configuration? It seem that python can't find the > urls.py file, but it is in the right place and everything is readable > by ap

Settings object has no attribute 'ROOT_URLCONF': what does this message mean?

2007-06-06 Thread ilDave
File "/usr/local/lib/python2.5/site-packages/django/conf/ __init__.py", line 32, in __getattr__ return getattr(self._target, name) AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF' What's wrong with my configuration? It seem that python can't find the urls.py file, but