RaspberryPi-Samples / py-my-key

Access control with RaspberryPi and NFC card reader
ISC License
1 stars 1 forks source link

Remove classes Event, Card, Reader from cli_rpi_access.py #5

Closed scls19fr closed 8 years ago

scls19fr commented 8 years ago

Hi,

we might remove classes Event, Card, Reader from cli_rpi_access.py as there is now events.py, cards.py, readers.py

Kind regards

PS: in many SQLAlchemy tutorials, I noticed that models often inherits from db.Model (not Base) see http://flask-sqlalchemy.pocoo.org/2.1/quickstart/ not sure if we need to do something similar