rdegges/django-skel

Running server within Eclipse got AttributrError

jaimevama opened this issue · 3 comments

When I run the django server from within Eclipse i get

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

It works fine from command line with or withoutt skel.

Any idea?

Hrm, not sure. Probably a PYTHONPATH issue. I'm not an Eclipse user, so I can't really help :(

Fixed.
Thanks, rdegges.

I set woot.settings.dev in the option "Django settings module" and now it works.

saludos
jaime

Awesome :D