From: David G. <go...@py...> - 2014-12-17 19:53:33
|
Sorry Nancy, I have no idea why you're having this problem. There is no "admindocscorsheaders" module in Docutils, or anything like that. The Django docs you referenced do have "admindocs" in the URL. I suspect you may have a typo somewhere. Try searching for "admindocs" in your files. Perhaps the Django people can help more. Good luck! David Goodger On Tue, Dec 16, 2014 at 10:53 AM, Poekert Family <po...@ve...> wrote: > I never used docutils before. I followed the instructions to use it in the > Django docs at > https://docs.djangoproject.com/en/1.7/ref/contrib/admin/admindocs/ > > When I run manage.py runserver, I get the error: "ImportError: No module > named admindocscorsheaders" > > First I installed docutils with pip and I got the above error. Then I > installed it from the tarball and uninstalled the pip version. I am still > getting the error. > > I ran the alltests.py from the test directory and there were no errors. > > I am running on a MacBook Pro with Mavericks, Python 2.7, and Django 1.7. > > Any help on this will be appreciated. > > Regards, > > Nancy > |