Re: Error configuring URLs for a beginner

2020-08-31 Thread Arpana Mehta
Do you have a *urls.py* in your 'app' folder? (And app is a reserved keyword, it would be better if you use some other name to avoid confusion even later ) On Tue, 1 Sep 2020 at 04:29, Manal Helal wrote: > Hi > > I am using Django to the first time and followed the tutorial in: > https://docs.dj

Error configuring URLs for a beginner

2020-08-31 Thread Manal Helal
Hi I am using Django to the first time and followed the tutorial in: https://docs.djangoproject.com/en/3.1/intro/tutorial01/ I changes the mysite and polls app to different project and app names, and followed the instructions I ended up with the following error when I run python manage.py runs