django-drip-marketing 0.4.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangodripmarketing 0.4.0

Drip marketing for Django

Documentation
The full documentation is at https://django-drip-marketing.readthedocs.io.


Quickstart
Install Django Drip Marketing:
pip install django-drip-marketing
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'drip_marketing.apps.DripMarketingConfig',
...
)
Add Django Drip Marketing’s URL patterns:
from drip_marketing import urls as drip_marketing_urls


urlpatterns = [
...
url(r'^', include(drip_marketing_urls)),
...
]


Features

TODO



Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox


Credits
Tools used in rendering this package:

Cookiecutter
cookiecutter-djangopackage



History
0.1.0 (2017-04-16)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.