Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 325 Bytes

image hosting by flask

Prerequisites

pip3 install flask
pip3 install flask-login
pip3 install Flask-Uploads

Initializing database

flask init-db

other important things

change SECRET_KEY in config.py or set SECRET_KEY by an environment variable
change USAGE_OF_FLASK

run

python3 run.py