Django for Designers: Difference between revisions

imported>Paulproteus
Line 439:
This is a very simple view.
 
Save the views.py file, then go to http://localhost:8000/questionsbookmarks/ in your browser, and you should see that text.
 
Add a tag view by adding to the views.py file. This view is slightly different, because it takes an argument (which, remember, is passed in from whatever was captured by the regular expression in the URLconf):
Anonymous user