coders4help / lagesonum

Number website for Lageso
MIT License
15 stars 7 forks source link

Switched ORM to SQLAlchemy #83

Closed pitpalme closed 9 years ago

pitpalme commented 9 years ago

When using DB backend for Beaker, we're enforced to have SQLAlchemy present. There's no point in using peewee for our own ORM - it's too simple data model, to justify a special ORM.

So reuse what's there nevertheless.