Skip to main content

Integrate your site with Hypnobox Chat Service.

Project description

=============================
hypnobox-django
=============================

.. image:: https://badge.fury.io/py/hypnobox-django.png
:target: https://badge.fury.io/py/hypnobox-django

.. image:: https://travis-ci.org/fgmacedo/hypnobox-django.png?branch=master
:target: https://travis-ci.org/fgmacedo/hypnobox-django

Integrate your site with Hypnobox chat service.

Documentation
-------------

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

Quickstart
----------

Install hypnobox-django::

pip install hypnobox-django

Include it on `INSTALLED_APPS`::

'hypnobox',

And in your routes (`urls.py`)::

url(r'^leads/', include('hypnobox.urls', namespace='hypnobox')),

Then use it in a template:

.. code-block:: django

{% load hypnobox_tags %}
{% new_lead "your-product-code" "your-media-name" %}


It will render a link to a :ref:`LeadForm`, and on submiting this form, it
will persist a lead and redirect the user to Hypnobox chat.

Features
--------

* TODO

Running Tests
--------------

Does the code actually work?

::

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




History
-------

0.1.0 (2016-09-08)
++++++++++++++++++

* First release on PyPI.


Credits
---------

Tools used in rendering this package:

* Cookiecutter_
* `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hypnobox-django-0.3.0.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

hypnobox_django-0.3.0-py2.py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page