This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/initdb.py

4 lines
No EOL
85 B
Python

from data.database import initialize_db
if __name__ == '__main__':
initialize_db()