Re: problem in running server

2019-03-23 Thread Maior Marso
do a " pip list " and a python -V to see if Django and python are there. On Fri, Mar 22, 2019 at 10:20 AM fazal rehman wrote: > Thanks it works 😊 > > On Fri, Mar 22, 2019, 8:43 PM Scheck David >> activate your virtual env or pip install Django >> >> Le ven. 22 mars 2019 à 16:04, fazal rehman

my first post: makemigrations polls App 'polls' could not be found. Is it in INSTALLED_APPS?

2019-03-09 Thread maior marso
https://docs.djangoproject.com/en/2.1/intro/tutorial02/ Activating Models After editing polls/.models.py, and updating mysite/ settings.py/installed_apps With ‘polls.apps.PollsConfig’, and changing the time_zone, Ran the python manage.py makemigrations polls Results: " App 'polls' could not be fou