Merge pull request #293 from rascalmicro/master

Add runserver.py filename to match earlier section of example
This commit is contained in:
Ron DuPlain 2011-08-04 18:34:31 -07:00
commit c40a7344f2

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