Skip to content

Major overhaul of Carboy app

Latest
Compare
Choose a tag to compare
@tommeagher tommeagher released this 22 May 18:11
· 20 commits to master since this release

The changes include:

  • moving from non-production-worthy SQLite db to Postgres.
  • changed to enable easy, free hosting on Heroku with Procfile and gunicorn
  • ported straight sql to the more Pythonic Peewee ORM
  • Added a backend admin, true authentication and hashed passwords with the flask-peewee library