Django - ImproperlyConfigured: Module “django.contrib.auth.middleware”

后端 未结 13 815
我寻月下人不归
我寻月下人不归 2020-12-30 19:25

I\'m running a virtualenv to try to learn Django, but for whatever reason after installing Django and when I try to access the default Django start page, I get the following

13条回答
  •  长情又很酷
    2020-12-30 19:53

    I am running Windows7/64 version, had the same error. Agreed with user1776955, who pointed out the version problem of Django. so the easiest way to do is pointing to the Django-admin.py in shell. In my case, it is: python env\scripts\django-admin.py startproject my_django15_project

提交回复
热议问题