runserver.py was missing from directory listing

This commit is contained in:
Mark Hayes 2011-02-19 15:53:56 -08:00
parent 1643e5c391
commit 9d4d6888cd

View file

@ -79,6 +79,7 @@ You should then end up with something like that::
/yourapplication /yourapplication
/yourapplication /yourapplication
/__init__.py /__init__.py
/runserver.py
/views.py /views.py
/static /static
/style.css /style.css