src/restapi/apps.py
author durandn
Mon, 01 Aug 2016 11:51:50 +0200
changeset 93 30cd69620039
parent 6 37baf9d13f32
permissions -rw-r--r--
use atomic transactions on stat updates

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'