Add runserver.py filename to match earlier section of example

This commit is contained in:
Brandon Stafford 2011-08-04 22:31:11 -03:00
parent a070b4fe86
commit 5304a15adc

View file

@ -77,6 +77,7 @@ And this is what `views.py` would look like::
You should then end up with something like that::
/yourapplication
/runserver.py
/yourapplication
/__init__.py
/views.py