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
2013-10-08 11:29:42 -04:00

4 lines
86 B
Python

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