Skip to content

RevolutionTech/flamingo

Repository files navigation

Flamingo

A photo contest web application

Deprecated

This project is no longer being maintained by the owner.


CI codecov

Setup

Prerequisites

Flamingo requires PostgreSQL and memcached to be installed.

Installation

Use poetry to install Python dependencies:

poetry install

Configuration

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