src/restapi/apps.py
author durandn
Fri, 01 Jul 2016 10:48:32 +0200
changeset 49 52ec8e085013
parent 6 37baf9d13f32
permissions -rw-r--r--
work on extracting label from dbpedia

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'