Kitware / tangelo

A simple, quick, powerful web framework
http:/tangelohub.org/tangelo/
Apache License 2.0
185 stars 35 forks source link

Star Trek episode writers tutorial #477

Closed waxlamp closed 9 years ago

waxlamp commented 9 years ago

I realized we already have a "developer cookbook" in the docs, in the Tutorials section. This PR adds an example using CSV data to create a SQLite database with SQLAlchemy, then builds a web service and a frontend to visualize some of the data.

@jeffbaumes please take a look. I think some parts of this may not make sense as written, or as ordered. Let me know what you think.

FYI: This PR also bumps up the required Sphinx version (for development only).

jeffbaumes commented 9 years ago

See my inline comments. With those changes someone should be able to do the example start to finish by building up the files themselves through cut/paste code from the tutorial. The only thing I downloaded directly were the two data files. Nice tutorial!

waxlamp commented 9 years ago

@jeffbaumes, thanks for your detailed comments! I have made the recommended changes in e1d8ecae5c702ba244cd5b8c1bdd72cec33f07ae.

I'm also glad to know that the tutorial works, even via cut and paste!

Let me know if the changes are good and I will go ahead and merge.

jeffbaumes commented 9 years ago

Changes are good, thanks. LGTM :checkered_flag: