Browse Source

Merge pull request #293 from rascalmicro/master

Add runserver.py filename to match earlier section of example
pull/296/merge
Ron DuPlain 13 years ago
parent
commit
c40a7344f2
  1. 1
      docs/patterns/packages.rst

1
docs/patterns/packages.rst

@ -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

Loading…
Cancel
Save