src/restapi/apps.py
author durandn
Mon, 01 Aug 2016 10:41:24 +0200
changeset 90 8d7815ecd211
parent 6 37baf9d13f32
permissions -rw-r--r--
signals are now sent in model methods rather than views

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'