Metadata-Version: 2.1
Name: whatsapp-widget
Version: 0.2
Summary: A Django app to conduct whatsapp chat.
Home-page: https://github.com/faracode-net/whatsapp-widget
Author: MoriZoki
Author-email: morizoki.django@gmail.com
License: BSD-3-Clause  # Example license
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.8


Quick start
-----------

1. Add "polls" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'whatsapp_call',
    ]

2. python manage.py migrate

3. Add {% load whatsapp_tags %} in base.html or any html files.

4. Add {% whatsapp_widget %} in end of body tag in your template

5. Add whatsapp account in admin panel (Phone without 0 )

6. Enjoy this

