src/restapi/apps.py
author durandn
Mon, 01 Aug 2016 10:42:03 +0200
changeset 91 df4b879f8a7b
parent 6 37baf9d13f32
permissions -rw-r--r--
committing forgotten file

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'