src/restapi/apps.py
author durandn
Thu, 28 Jul 2016 17:07:28 +0200
changeset 85 49b3f22948d5
parent 6 37baf9d13f32
permissions -rw-r--r--
work on stats: calculatestats command for manage.py, stats in item page, stats in annotations list, stats in annotation page, actions increment stats (view count, annotations count, comment count etc)

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'