src/restapi/apps.py
author durandn
Mon, 08 Aug 2016 18:24:27 +0200
changeset 109 327f6719674e
parent 6 37baf9d13f32
permissions -rw-r--r--
Pagination for notifications and changing notification badge color (yellow) to match new comment highlight color

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'