Skip to content

leviplj/pythonpro-website

 
 

Repository files navigation

Python Pro Website

Source code of website www.python.pro.br

Build Status codecov Code Health Updates Python 3

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/env-sample .env
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.dev

To run server locally (with virtualenv activated):

python manager.py runserver

Have fun!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • HTML 6.9%