--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/8ea19238-907c-48ea-93c0-c2155e5d5b6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You sure you are using python3.7 to run the django local server?. It will be like "python3.7 manage.py runserver". If your system contains more than one version of python ,then it is good to run server like this. Also make confirm that django is installed for python3.7
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
Let’s verify your Django project works. Change into the outer mysite
directory, if you haven’t already, and run the following commands:
$ python manage.py runserver