src/restapi/apps.py
author durandn
Tue, 28 Jun 2016 15:54:05 +0200
changeset 38 b319db67a5f3
parent 6 37baf9d13f32
permissions -rw-r--r--
work on comments (in annotation form, list in annotation detail, post in annotation detail isn't working yet)

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'