Re: Django is not working

2019-08-22 Thread Mike Dewhirst
Looking at the error below, I would recommend the following: 1. Upgrade pip 2. pip uninstall django 3. Reinstall the previous working version of Django and prove it is working 4. Restart the machine 5. Re-install Django 1.11.22 The traceback says it cannot find the contrib module which possib

Re: Django is not working

2019-08-22 Thread 'Akash Sinha' via Django users
You are using python 2.7 with Django , I will suggest you should use python 3.6 or above. Sent from Yahoo Mail on Android On Fri, Aug 23, 2019 at 3:14 AM, Tom Gertin wrote: Hello, I have successfully install Django 1.11.22. However, I believe something is wrong because I cannot get the c

Re: Django is not working

2019-08-22 Thread Gerardo Palazuelos Guerrero
hi Tom, Not sure what exactly configuration you have, but text you sent says you have python 2.7 and somehow a virtual environment (venv) is mentioned in the stacktrace. I don't use python 2.7, so my following suggestions considers a recent version. May i suggest you to check djangogirls for prope

Django is not working

2019-08-22 Thread Tom Gertin
Hello, I have successfully install Django 1.11.22. However, I believe something is wrong because I cannot get the command that lists its version to work, in addition the manage.py help command also produces the same error. Here is the error. $ pip install Django==1.11.22 DEPRECATION: Python 2.7