src/restapi/apps.py
author durandn
Tue, 21 Jun 2016 14:58:28 +0200
changeset 25 843863132ac9
parent 6 37baf9d13f32
permissions -rw-r--r--
Readme edit and initial data fixture

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'