Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 659 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 659 Bytes

Learning platform API

License: GPL v3

Requirements

  • Python 3
  • Docker + Docker Compose

Installation

$: virtualenv -p python3 {env}
$: source {env}/bin/activate
$: git clone {url}
$: pip install -r requirements.txt

Configuration

$: cp local_settings.py.template local_settings.py

Set DATABASE, MAIL, API and FGPE data in local_settings.py
Generate and set SECRETS in local_settings.py

To create database or make migration based on changes in tables.py use:

$: python db_manager.py

Outside Docker containers

TODO