src/restapi/apps.py
author durandn
Wed, 27 Jul 2016 10:54:58 +0200
changeset 81 c600162cc2cd
parent 6 37baf9d13f32
permissions -rw-r--r--
Work on parent lists presentation on revision detail

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'