The project provides a Facebook-like messaging API for Django Rest Framework.
Project description
The project provides a Facebook-like messaging API for django rest framework.
Requirements
Python (2.7, 3.3, 3.4)
Django (1.6, 1.7, 1.8)
Django REST Framework (2.4, 3.0, 3.1)
Installation
Install using pip…
$ pip install django-rest-messaging
Example
TODO: Write example.
Testing
Install testing requirements.
$ pip install -r requirements.txt
Run with runtests.
$ ./runtests.py
You can also use the excellent tox testing tool to run the tests against all supported versions of Python and Django. Install tox globally, and then simply run:
$ tox
Documentation
To build the documentation, you’ll need to install mkdocs.
$ pip install mkdocs
To preview the documentation:
$ mkdocs serve
Running at: http://127.0.0.1:8000/
To build the documentation:
$ mkdocs build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-rest-messaging-1.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1616f38329aefc1df3ad9690823dd2b14b1345bba7f47dead46a579b9d88b656 |
|
MD5 | 866a66c72f315f187e6c30f1163c364f |
|
BLAKE2b-256 | 635aa22d25ed24419d1629eb3da2f3705ebb985c1b5795c0dfa4479df36d5247 |