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

03-views Add reminder about how to restart server #134

Closed michaelerobertsjr closed 9 years ago

michaelerobertsjr commented 9 years ago

Where it says "Now let's visit http://localhost:8000/" it would be helpful to have a tip that the command is: python manage.py runserver