src/restapi/apps.py
author durandn
Mon, 04 Jul 2016 12:11:12 +0200
changeset 58 9f7e484baf73
parent 6 37baf9d13f32
permissions -rw-r--r--
Error handling in models + templates fixes

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'