- Clone o repositório.
- Crie um virtualenv com Python 3.9
- Ative o virutalenv.
- Instale as dependências.
- Configure a instância com o .env
- Execute os testes
git clone https://github.com/Sidneyasjr/pedidos.git
cd wttd
python -m venv .venv
source .wttd/bin/activate
pip install -r requirements.txt
cp contrib/env.sample .env
python manage.py test