Wordseer / wordseer

The WordSeer text analysis tool, written in Flask.
http://wordseer.berkeley.edu/
42 stars 16 forks source link

Try adding in Base to models without Base #13

Closed keien closed 10 years ago

abendebury commented 10 years ago

I added it to User and Role but removed everything except Set for all the *Set models and everything except Unit from Document; this is simpler and it's how the documentation shows it anyway:

http://docs.sqlalchemy.org/en/rel_0_9/orm/inheritance.html#joined-table-inheritance

29

keien commented 10 years ago

Looks good