i have problem with start in django. After command cd manage.py runserver, is problem no module named 'first' Sc with my file.(https://i.stack.imgur.com/wcRod.png)(https://i.stack.imgur.com/8o7sB.png)
(https://i.stack.imgur.com/Dod2r.png) and in views.py i have def index(request): return HttpResponse("Hello world")
Thanks for help.
I try change to url(r'^$',views.index, name='index') but deosn't working. Maybe problem is in files places?