src/restapi/apps.py
author durandn
Thu, 21 Jul 2016 11:05:11 +0200
changeset 68 55214839b541
parent 6 37baf9d13f32
permissions -rw-r--r--
Comments threading, pagination and date format

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'