Files
fotohost/init_db.py
T

4 lines
60 B
Python

from app import create_app
create_app(setup_database=True)