src/restapi/apps.py
author durandn
Tue, 02 Aug 2016 11:13:52 +0200
changeset 96 09b2da30cd93
parent 6 37baf9d13f32
permissions -rw-r--r--
try except block missing around a json.loads call

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'