An open API service indexing awesome lists of open source software.

https://github.com/ulule/django-discussions

Messaging system for your users
https://github.com/ulule/django-discussions

Last synced: about 1 year ago
JSON representation

Messaging system for your users

Awesome Lists containing this project

README

          

django-discussions
==================

.. image:: https://secure.travis-ci.org/thoas/django-discussions.png?branch=master
:alt: Build Status
:target: http://travis-ci.org/thoas/django-discussions

Messaging system for your users

Installation
------------

::

pip install django-discussions

Configuration
-------------

- Add ``'discussions'`` to your ``INSTALLED_APPS`` setting

Inspirations
------------

1. `umessages `_ from `django-userena `_

2. `django-postman `_