hypnobox-django 0.4.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

hypnoboxdjango 0.4.1

=============================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-djangoIntegrate your site with Hypnobox chat service.Documentation-------------The full documentation is at https://hypnobox-django.readthedocs.org.Quickstart----------Install hypnobox-django:: pip install hypnobox-djangoInclude 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, itwill persist a lead and redirect the user to Hypnobox chat.Features--------* TODORunning Tests--------------Does the code actually work?:: source <YOURVIRTUALENV>/bin/activate (myenv) pipinstall−rrequirementstest.txt(myenv) python runtests.pyHistory-------0.1.0 (2016-09-08)++++++++++++++++++* 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.