src/restapi/apps.py
author durandn
Wed, 29 Jun 2016 14:54:16 +0200
changeset 41 4fffc78a91b2
parent 6 37baf9d13f32
permissions -rw-r--r--
Removed notifications from header temporarily

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'