src/notes/apps.py
author ymh <ymh.work@gmail.com>
Mon, 19 Jun 2017 17:56:43 +0200
changeset 55 a2761c5be551
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
put APIClient in context

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'