src/restapi/apps.py
author durandn
Fri, 22 Jul 2016 11:49:25 +0200
changeset 71 a0616d3c10dd
parent 6 37baf9d13f32
permissions -rw-r--r--
small design fixes on annotation detail (button size) and current item list

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'