src/notes/apps.py
author ymh <ymh.work@gmail.com>
Fri, 23 Jun 2017 17:58:21 +0200
changeset 83 76a4e4b11762
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
add server request for note update and delete

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'