src/restapi/apps.py
author durandn
Wed, 27 Jul 2016 10:55:21 +0200
changeset 82 128512e8acbb
parent 6 37baf9d13f32
permissions -rw-r--r--
use full image instead of thumbnail when zooming

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'