/wttdv3

Refazendo o curso do welcome to the django do henrique bastos :D

Primary LanguageCSS

Curso Welcome to the Django

Sistema de Eventos recomendados pela Morena.

Build Status Code Health

Como desenvolver

  1. Clone o repositório
  2. Crie um virtualenv com python 3.6
  3. Ative o virtualenv.
  4. Instale as dependências.
  5. Configure a instância com o .env
  6. Execute os testes.
git clone git@github:anderson89marques/wttdv3.git wttd
cd wttd
python -m venv .wttd
source .wttd/bin/activate
pip install -r requirements.txt