Django for Designers: Difference between revisions

Content added Content deleted
imported>Aldeka
imported>Aldeka
Line 353: Line 353:
Fetch “[http://localhost:8000/bookmarks/ http://localhost:8000/bookmarks/]” in your browser. You should get a pleasantly-colored error page with the following message:
Fetch “[http://localhost:8000/bookmarks/ http://localhost:8000/bookmarks/]” in your browser. You should get a pleasantly-colored error page with the following message:


<source lang="bash">ViewDoesNotExist at /bookmarks/
<source lang="bash">ViewDoesNotExist at /bookmarks/</source>
Tried index in module bookmarks.views. Error was: 'module'
object has no attribute 'index'</source>


What's going on? Recall this line:
What's going on? Recall this line: