Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventex

Sistema de Eventos encomendado pela Morena.

Como desenvolver?

  1. Clone o repositório.
  2. Crie um virtualenv com Python 3.7
  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.com:newmarwegner/eventex.git
cd wttd
python -m venv .wttd
source .wttd/bin/activate
pip install -r requirements.txt
cp contrib/env-sample .env
python manage.py test

Como fazer o deploy?

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

About

projeto landing page

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages