src/restapi/apps.py
author durandn
Tue, 05 Jul 2016 14:28:04 +0200
changeset 59 b30fa6fabee8
parent 6 37baf9d13f32
permissions -rw-r--r--
Removed login_required from annotation detail view + prep work on merge view (context is set for get method + blank template) + Corrected 404 logic for checking kwargs

from django.apps import AppConfig


class RestapiConfig(AppConfig):
    name = 'restapi'