Howdy,

I resolved the first issues with export DJANGO_SETTINGS_MODULE=settings
(I think it had an extra .py on the module name). I was then able to
reload Django with django-admin.py runserver.

I found then that the old Cobbler Log used to be owned by root, so I
changed that to the web server.

However, now when the Django web page comes up I am getting:

AttributeError at /cobbler_web/
'module' object has no attribute 'autodiscover'
Request Method:         GET
Request URL:    http://cobbler.sagonet.com/cobbler_web/
Exception Type:         AttributeError
Exception Value:        'module' object has no attribute 'autodiscover'
Exception Location:
/usr/lib/python2.4/site-packages/django/core/urlresolvers.py in
_get_urlconf_module, line 177

Any ideas would be much appreciated.

Thanks,
Pete Eby
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to