src/restapi/apps.py
author durandn
Fri, 01 Jul 2016 11:51:56 +0200
changeset 50 916cae197aeb
parent 6 37baf9d13f32
permissions -rw-r--r--
updated settings

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'