src/restapi/apps.py
author Harris Baptiste <harris.baptiste@iri.centrepompidou.fr>
Tue, 21 Jun 2016 17:03:42 +0200
changeset 27 bd81bdca6336
parent 6 37baf9d13f32
permissions -rw-r--r--
new shape resizer

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'