Skip to content

pythonsul/PythonSul-Site

Folders and files

NameName
Last commit message
Last commit date
Sep 13, 2024
Mar 1, 2025
Mar 1, 2025
Jan 9, 2024
Mar 1, 2025
Jan 1, 2024
Dec 19, 2023
May 20, 2023
Dec 19, 2023
Jan 9, 2024
Mar 1, 2025
Mar 1, 2025
May 20, 2023
Mar 1, 2025

Repository files navigation

Python Sul

sul.python.org.br

Repositorio do site Python sul

Evento da comunidade Sul do pais, com intuito de popularizar e disseminar o conhecimento da linguagem python.

Projeto Pelican!

Ambiente

git clone git@github.com:pythonsul/PythonSul-Site.git;
cd PythonSul-Site
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.sample .env

Rodar

source .venv/bin/activate
invoke reserve

Configuração

python decouple para configurar a url.

Deploy

[dentro da env]$ invoke gh-pages