No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
configs
logs
nightreads
.gitignore
LICENSE
README.md
manage.py
requirements.txt
uwsgi.ini

README.md

Nightreads

Nightreads is an email and newsletter management app.

System Dependencies

  • Python 3.5

Installation Instructions

Local development

  1. Set following env variables:

    • SECRET_KEY: The Django secret key
    • SUBSCRIPTION_SALT and UNSUBSCRIPTION_SALT: For taste
    • SPARKPOST_API_KEY: Currently Nightreads uses Sparkpost to send emails.
  2. Install requirements:

     pip install -r requirements
     pip install ipdb django-debug-toolbar
    
  3. Run migration:

     python manage.py migrate
    

License

The mighty MIT license. Please check LICENSE for more details.