From: Poekert F. <po...@ve...> - 2014-12-16 16:53:40
|
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 |