Re: it says there is no module django when im trying to configure urls. please help

2017-04-20 Thread pradam programmer
Hi Anusha, Make sure django is package is installed. On Fri, Apr 21, 2017 at 3:15 AM, sri anusha wrote: > C:\Users\srian\AppData\Local\Programs\Python\Python36\python.exe > C:/Users/srian/internship/polls/urls.py > Traceback (most recent call last): > File

it says there is no module django when im trying to configure urls. please help

2017-04-20 Thread sri anusha
C:\Users\srian\AppData\Local\Programs\Python\Python36\python.exe C:/Users/srian/internship/polls/urls.py Traceback (most recent call last): File "C:/Users/srian/internship/polls/urls.py", line 1, in from django.conf.urls import url ModuleNotFoundError: No module named 'django' Process