src/restapi/apps.py
author durandn
Fri, 22 Jul 2016 16:52:10 +0200
changeset 72 bdc0014e92dc
parent 6 37baf9d13f32
permissions -rw-r--r--
small js fixes for hiding alerts

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'