Re: Having problem with first page of first tutorial

2019-03-25 Thread kendiramartha
hello please i have problem with my manage.py to start up a blog but this is what it show *Requirement already satisfied: manage.py in c:\users\oluwatomiwa\desktop\practiceone\myvenv\lib\site-packages (0.2.10)* please help me out On Saturday, March 23, 2019 at 8:23:11 PM UTC+1, Ben Edwards wro

Re: Having problem with first page of first tutorial

2019-03-23 Thread Thomas POKAM
You should make sure you import the module polls in the site01/urls.py file by adding this line: from polls import views Le 23/03/2019 à 19:47, Ben Edwards a écrit : Ive not done https://docs.djangoproject.com/en/2.1/intro/tutorial01/ 3 times and cant get past the first page.  Its kind of dry

Re: Having problem with first page of first tutorial

2019-03-23 Thread Dylan Young
There is no polls/urls.py file in your repository. Best, Casey On Sat, 23 Mar 2019 at 16:23, Ben Edwards wrote: > Ive not done https://docs.djangoproject.com/en/2.1/intro/tutorial01/ 3 > times and cant get past the first page. Its kind of dryving me nuts. > > Where I am at is in github https: