This repository contains the source for a website of The Ukrainian Saterday School in Warshaw. It contains a blog and information about teachers.
To run the website you have to install anaconda/miniconda and set up virtual environment: https://conda.io/docs/install/quick.html
- Set up virtual environment:
conda create --name virtenv python=3.6
- Activate virtual environment:
source activate virtenv
- Install requirements:
pip install -r requirements.txt
- Migrate
python manage.py migrate
- Configure translations for existing languages. For example:
python manage.py compilemessages -l en