Tutorial Part 1

2020-05-08 Thread Randy Zeitvogel
I just started working with Django in the last couple of days. First environment is Ubuntu 19.10, python 3.7.5 and Django 3.1. Second environment is Fedora 31, python 3.7.5, and Django 3.0.6. In both cases after I create the polls app and try it out, I get this: Page not found (404) Request Me

Re: Tutorial Part 1

2020-05-09 Thread Randy Zeitvogel
Nagaraju Singothu < nagarajusingoth...@gmail.com> wrote: > Dear Sir, > > First add your app in settings.py,then after > URLs.py > from django.urls import path,include > from ur(appname) import views > > On Sat 9 May, 2020, 5:42 AM Randy Zeitvogel, >