src/restapi/apps.py
author Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
Mon, 13 Jun 2016 17:33:11 +0200
changeset 15 63b29f1370c1
parent 6 37baf9d13f32
permissions -rw-r--r--
enabling new settings module, removing reversion_compare from settings

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'