Django for ISchoolers: Difference between revisions

imported>Aldeka
imported>Aldeka
Line 857:
* Try visiting [http://127.0.0.1:8000/questions/9000/ http://127.0.0.1:8000/questions/9000/]. Oops, we forgot to make a template for our lovely 404 error! Create qandabear/templates/404.html (the qandabear template root dir) as:
 
<source lang="htmlhtml4strict"><p>You have a 404. Go back and try again.</p></source>
 
* Load a question page that does not exist, to test out the pretty 404 error: [http://127.0.0.1:8000/questions/9000/ http://127.0.0.1:8000/questions/9000/]
Anonymous user