Nightreads
Nightreads is an email and newsletter management app.
System Dependencies
- Python 3.5
Installation Instructions
Local development
-
Set following env variables:
SECRET_KEY: The Django secret keySUBSCRIPTION_SALTandUNSUBSCRIPTION_SALT: For tasteSPARKPOST_API_KEY: Currently Nightreads uses Sparkpost to send emails.
-
Install requirements:
pip install -r requirements pip install ipdb django-debug-toolbar -
Run migration:
python manage.py migrate
License
The mighty MIT license. Please check LICENSE for more details.