src/restapi/apps.py
author Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
Thu, 28 Jul 2016 16:54:30 +0200
changeset 83 0d87dab6f3b0
parent 6 37baf9d13f32
permissions -rw-r--r--
new mergetool component

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'