Skip to content

Atividade desenvolvida para o treinamento Welcome to the Django

Notifications You must be signed in to change notification settings

diogolor/eventex

Repository files navigation

Eventex

Sistema de Eventos encomendados pela Morena.

Build Status Code Health

Como desenvolver?

  1. Clone o repositório
  2. Crie um virtualenv com Python 3.5
  3. Ative o virtualenv
  4. Instale as dependências.
  5. Configure as instâncias com o .env
  6. Execute os testes.
git clone [email protected]:diogolor/eventex.git wttd
cd wttd
python -m venv .wttd
source .wttd/bin/activate
pip install -r requirements-dev.txt
cp contrib/env-sample .env  
python manage.py test

Como fazer o deploy?

  1. Crie uma instância no heroku.
  2. Envie as configurações para o heroku.
  3. Defina uma SECRET_KEY segura para a instância
  4. Defina DEBUG=False
  5. Configure o serviço de email.
  6. Envie o código para o heroku.
heroku create minhaestancia
heroku config:push
heroku config:set SECRET_KEY=`python contrib/secret_gen.py`
heroku config:set DEBUG=False
# configuro o email
gif push heroku master --force

About

Atividade desenvolvida para o treinamento Welcome to the Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published