anderson89marques / wttdv3

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 37.2%Language:HTML 35.9%Language:Python 19.7%Language:JavaScript 7.3%