Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 245 Bytes

File metadata and controls

16 lines (9 loc) · 245 Bytes

Composite keys Example

Simple application showing the use of SQLAlchemy composite keys.

Create an Admin user:

$ fabmanager create-admin

Insert test data:

$ python testdata.py

Run it:

$ fabmanager run