Skip to content

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

License

Notifications You must be signed in to change notification settings

LaunchlabAU/django-envelope-save

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published