Re: Djangoproject tutorial part 1 - keep on getting 404 error on polls

2017-03-07 Thread Vanja Falck
Sorry for my last message! I only checked the main page which don´t have any page. Forgot to check the /polls/ You are perfectly right - not completing the ^ with return before the next character makes the difference! Thanks! tirsdag 7. mars 2017 18.02.48 UTC+1 skrev Vanja Falck følgende

Re: Djangoproject tutorial part 1 - keep on getting 404 error on polls

2017-03-07 Thread Vanja Falck
x27;s in debug mode > > 2017-03-07 10:56 GMT+01:00 Vanja Falck >: > > > Hi, > > I have startet the first part of the djangoproject tutorial and get > stuck in > > part 1 - getting 404 errors on /polls/ - the admin page is ok. > > Any one have an ide

Re: Error running Django tutorial

2017-03-07 Thread Vanja Falck
Hi, I am also facing the same problems with the djangoproject tutorial - I have changed the settings.py file to add the polls app, but it did not solve the issue: When runserver: I get the admin page, but not the polls page. Get a similar 404 error page as Kipling, but with the ˆpolls/ url in th

Djangoproject tutorial part 1 - keep on getting 404 error on polls

2017-03-07 Thread Vanja Falck
Hi, I have startet the first part of the djangoproject tutorial and get stuck in part 1 - getting 404 errors on /polls/ - the admin page is ok. Any one have an idea about what is wrong? Followed the instructions carefully (django 1.10 - version). Running in virtualenv with python 3.5.2 and djang

Djangoprojects tutorials part 1 - getting 404 errors on /polls/

2017-03-07 Thread Vanja Falck
Hi, Djangoproject tutorials part 1 - followed carefully (1.10 version) + added the polls app to settings.py (not in the tutorial) - still get 404 error on /polls/ (the /admin/ is working). Running with virtualenv python 3.5.2 and django 10.1.6 on Ubuntu 16.04. Any one who knows what is wrong?