Commit Graph

104 Commits

Author SHA1 Message Date
6afe0cc521
added tests/
this runs off pytest
currently we only tested the CLI commands
2023-03-10 11:08:54 -05:00
950265e013
auth: added logins
users can now request a login and we can check that they are
authenticated or administrator using function decorators
2023-03-10 09:19:21 -05:00
8e1b3e4b81
manage.py: separated the user management logic 2023-03-09 16:39:20 -05:00
00314f155a initial commit
by this point we have:

- flask boilerplate
- sqlite
- user creation/deletion cli
2023-03-09 16:38:57 -05:00