src/restapi/apps.py
author durandn
Fri, 05 Aug 2016 13:06:38 +0200
changeset 102 4a63b6ac7a96
parent 6 37baf9d13f32
permissions -rw-r--r--
fixed problem with duplicate notifications for annotation author

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'