src/restapi/apps.py
author durandn
Tue, 28 Jun 2016 18:12:55 +0200
changeset 40 38a4c0c31b11
parent 6 37baf9d13f32
permissions -rw-r--r--
Corrected route for annotation list on detail_image.html

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'