Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdd3b committed Nov 13, 2012
1 parent 5d0ab93 commit f1fc5e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.textile
Expand Up @@ -74,4 +74,9 @@ The code in this repository is your best reference if you're looking to recreate

*URLs* are like the traffic cop that tells incoming requests where to go. They are a mapping of URL patterns to specific views.

And *Templates* are the HTML files that the view renders in its response.
And *Templates* are the HTML files that the view renders in its response.

h2. Other notes

# This app includes a fully functioning SQLite database of dispatch that you can use in your work. You'll find it in mizzou/data/dispatch.sqlite. To enable it, simply copy the database settings from this project into your local copy.
# The web scraper we built in class is also included in this project. You'll see it in mizzou/bin/scraper.py

0 comments on commit f1fc5e0

Please sign in to comment.