src/restapi/apps.py
author durandn
Mon, 11 Jul 2016 11:47:46 +0200
changeset 63 96e35b9957ba
parent 6 37baf9d13f32
permissions -rw-r--r--
cleanup on annotation list template

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'