src/restapi/apps.py
author durandn
Wed, 13 Jul 2016 17:45:29 +0200
changeset 66 5012f57b6737
parent 6 37baf9d13f32
permissions -rw-r--r--
fixture according to new model state

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'