Skip to content

RevolutionTech/revolutiontech.ca

Repository files navigation

revolutiontech.ca

Deprecated

This project is no longer being maintained by the owner. The Revolution Technologies website has been moved to a fully static website hosted on GitHub Pages.


CI codecov Codacy Badge

Setup

Installation

Use poetry to install Python dependencies:

poetry install

Configuration

revolutiontech.ca 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. You can do this with:

poetry run python manage.py migrate