src/restapi/apps.py
author durandn
Fri, 05 Aug 2016 14:48:52 +0200
changeset 103 7a7f44c3b124
parent 6 37baf9d13f32
permissions -rw-r--r--
*properly* fix sending two notifications to annotation author when creating comment

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'