Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.02 KB

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