src/restapi/apps.py
author durandn
Thu, 30 Jun 2016 14:24:57 +0200
changeset 47 aec0f3381736
parent 6 37baf9d13f32
permissions -rw-r--r--
Added metacategories to comments + error handling on annotation forms

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'