src/restapi/apps.py
author durandn
Thu, 21 Jul 2016 12:00:54 +0200
changeset 69 a086445543d5
parent 6 37baf9d13f32
permissions -rw-r--r--
forgot to add migration for item models

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'