Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlmadurga/yowlayer-django-store
Storage layer for yowsup in django
https://github.com/jlmadurga/yowlayer-django-store
Last synced: about 1 month ago
JSON representation
Storage layer for yowsup in django
- Host: GitHub
- URL: https://github.com/jlmadurga/yowlayer-django-store
- Owner: jlmadurga
- License: gpl-3.0
- Created: 2015-12-21T18:15:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:23:40.000Z (about 2 years ago)
- Last Synced: 2024-08-09T17:34:32.825Z (6 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
yowlayer-django-store
=============================.. image:: https://badge.fury.io/py/yowlayer-django-store.png
:target: https://badge.fury.io/py/yowlayer-django-store.. image:: https://travis-ci.org/jlmadurga/yowlayer-django-store.png?branch=master
:target: https://travis-ci.org/jlmadurga/yowlayer-django-store
.. image:: https://codecov.io/github/jlmadurga/yowlayer-django-store/coverage.svg?branch=master
:target: https://codecov.io/github/jlmadurga/yowlayer-django-store?branch=master
.. image:: https://requires.io/github/jlmadurga/yowlayer-django-store/requirements.svg?branch=master
:target: https://requires.io/github/jlmadurga/yowlayer-django-store/requirements/?branch=master
:alt: Requirements StatusStorage layer for yowsup in django. Based on https://github.com/tgalal/yowlayer-store.
Documentation
-------------.. image:: https://readthedocs.org/projects/yowlayer-django-store/badge/?version=latest
:target: https://readthedocs.org/projects/yowlayer-django-store/?badge=latest
:alt: Documentation StatusThe full documentation is at https://yowlayer-django-store.readthedocs.org.
Quickstart
----------Install yowlayer-django-store::
pip install yowlayer-django-store
Include in your django apps::
INSTALLED_APPS = (
...
'yowlayer_store',
...
)
To use it in a project::import yowlayer_store
Features
--------* Models for Text messages, convsersations and contact.
* Media messages addedRunning Tests
--------------Does the code actually work?
::
source /bin/activate
(myenv) $ pip install -r requirements-test.txt
(myenv) $ python runtests.py