sandiegopython / test-driven-django-development

This repository contains materials for a San Diego Python workshop on learning Django with test inspired development
http://test-driven-django-development.readthedocs.org/
Other
102 stars 35 forks source link

Under section, Creating entries from the admin site #145

Closed riseriyo closed 9 years ago

riseriyo commented 10 years ago

Remove the image with First Entry in the Admin Change List to an image showing the "Entry Object" as its title as seen below:

entry_object

riseriyo commented 10 years ago

Move that image with "First Entry" between the following:

"If you start the development server and take a look at the admin interface (http://localhost:8000/admin/) again, you will see the entry titles in the list of entries."

[place image first entry here...]

"Now if we run our test again we should see that our single test passes:"