Skip to content

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

Notifications You must be signed in to change notification settings

anderson89marques/wttdv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published