Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

joaopcanario/eventex

Repository files navigation

Eventex

Event system ordered by Morena.

Build Status Code Health

Development

  1. Clone this repo.
  2. Create a virtualenv with python 3.6.
  3. Activate the virtualenv created on step before.
  4. Install the dependencies.
  5. Configure your dev instance with a .env file
  6. Run tests.
git clone git@github.com:joaopcanario/eventex.git eventex
cd eventex
python -m venv .eventex
source .eventex/bin/activate
pip install -r requirements-dev.txt
cp contrib/env-sample .env
python manage.py test

Deploy

  1. Create an app on Heroku.
  2. Send configurations to Heroku.
  3. Set a safe SECRET_KEY to your app.
  4. Set DEBUG=False.
  5. Configure the mail service.
  6. Send the code to Heroku.
heroku create myapp
heroku config:push
heroku config:set SECRET_KEY=`python contrib/secret_gen.py`
heroku config:set DEBUG=False
# configure email (e.g.: sendgrid)
git push heroku master --force

About

Event system ordered by Morena (WTTD)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published