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
Checked the ^ sign, but it was only missing a return - no syntax-error or change in the current 404 error, so I assume it is interpreted right. The error message is only this (deliberately exchanged my actual site with xxx) - with the 404 header: Using the URLconf defined in xxx.urls, Django tr

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

2017-03-07 Thread ludovic coues
I think I see your problem. Look like you can type a character looking a lot like ^ but being different. ^ is ascii character 94, which represent the start of a line in a regular expression. 2017-03-07 14:10 GMT+01:00 ludovic coues : > Is there any information on the 404 page ? > I remember django

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

2017-03-07 Thread ludovic coues
Is there any information on the 404 page ? I remember django being quite chatty as long it'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.

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