Sistemas de eventos
- Clone o repositório.
- Crie um virtualenv com Python 3.5
- Ative o virtualenv
- Instale as dependências
- Configure a instância com o .env
- Execute os testes.
git clone git@github:zumpchiat/eventex.git wttd
cd wttd
python3 -m venv .wttd
source .wttd/bin/activate
pip install -r requirements.txt
cp contrib/env-sample .env
python3 manage.py test
- Configure seu serviço de hospedagem para Django.
- Defina as variáveis de instância.
- Defina o Debug=False
- Configure o serviço de email.