poulpe/communication
Ludovic Stephan af75c90b84 Refactor communication models
We now use `django-notifications` and `django-contrib-comments` to manage notifications and comments.

Subscriptions are managed through the `SubscriptionMixin` model, and can correspond to unique
users and to group-like subscriptions.
2017-07-17 17:47:34 +02:00
..
migrations Add comment and notification models 2017-07-15 18:13:45 +02:00
__init__.py Add comment and notification models 2017-07-15 18:13:45 +02:00
apps.py Various bugfixes 2017-07-15 21:22:15 +02:00
models.py Refactor communication models 2017-07-17 17:47:34 +02:00
views.py Add comment and notification models 2017-07-15 18:13:45 +02:00