django-envelope-save

Simple app which listens to signals from django-envelope and saves contact form submissions to the database.


Keywords
django-envelope-save
License
MIT
Install
pip install django-envelope-save==0.3.0

Documentation

Django Envelope Save

https://badge.fury.io/py/django-envelope-save.png https://travis-ci.org/LaunchlabAU/django-envelope-save.png?branch=master

Simple app which listens to signals from django-envelope and saves contact form submissions to the database.

Documentation

The full documentation is at https://django-envelope-save.readthedocs.org.

Quickstart

Install Django Envelope Save:

pip install django-envelope-save

Then use it in a project:

import envelope_save

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install -r requirements_test.txt
(myenv) $ python runtests.py

Credits

Tools used in rendering this package: