src/restapi/apps.py
author durandn
Fri, 05 Aug 2016 15:19:47 +0200
changeset 104 3c4150867fe7
parent 6 37baf9d13f32
permissions -rw-r--r--
Added fallback tag label storing in database for external tags in case external source is down (rudimentary)

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'