Skip to content

sandersnewmedia/wagtailcrm

Repository files navigation

Wagtail CRM

https://badge.fury.io/py/wagtailcrm.png https://travis-ci.org/mwcbrent/wagtailcrm.png?branch=master

Manages your contacts that you get in wagtail.

You may need to run during development the following command when adding to your project

pip install -r requirements.txt --process-dependency-links --allow-external --allow-unverified

Documentation

The full documentation is at https://wagtailcrm.readthedocs.org.

Quickstart

Install Wagtail CRM:

pip install wagtailcrm

Then use it in a project:

import wagtailcrm

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: