src/restapi/apps.py
author durandn
Wed, 22 Jun 2016 17:53:40 +0200
changeset 30 7ff344b4bf6d
parent 6 37baf9d13f32
permissions -rw-r--r--
functionality: creation of new annotation from scratch

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'