Source code of website www.python.pro.br
It is been migrated from App Engine using Tekton to Heroky using Django
How to install in locally (supposing you have git and python 3 installed):
git clone https://github.com/pythonprobr/pythonpro-website.git
cd pythonpro-website
cp contrib/settings-sample.yml settings.yml
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.devTo run server locally (with virtualenv activated):
python manager.py runserverHave fun!