API keys support, bug fixes, improvements

This commit is contained in:
Piero Toffanin 2021-02-15 13:30:28 -05:00
parent 092990cfb3
commit 90de8e22a0
11 changed files with 242 additions and 44 deletions

4
manage.py Normal file
View file

@ -0,0 +1,4 @@
from app import manage
if __name__ == "__main__":
manage()