Running server within Eclipse got AttributrError
jaimevama opened this issue · 3 comments
jaimevama commented
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?
rdegges commented
Hrm, not sure. Probably a PYTHONPATH issue. I'm not an Eclipse user, so I can't really help :(
jaimevama commented
Fixed.
Thanks, rdegges.
I set woot.settings.dev in the option "Django settings module" and now it works.
saludos
jaime
rdegges commented
Awesome :D