src/restapi/apps.py
author durandn
Mon, 01 Aug 2016 10:42:16 +0200
changeset 92 cdacb0a817a9
parent 6 37baf9d13f32
permissions -rw-r--r--
added link to home in header template

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'