This project is no longer being maintained by the owner.
Flamingo requires PostgreSQL and memcached to be installed.
Use poetry to install Python dependencies:
poetry install
Flamingo reads in environment variables from your local .env
file. See .env-sample
for configuration options. Be sure to generate your own secret key.
With everything installed and all files in place, you may now create the database tables and collect static files. You can do this with:
poetry run ./manage.py migrate
poetry run ./manage.py collectstatic