src/notes/apps.py
author ymh <ymh.work@gmail.com>
Thu, 15 Jun 2017 12:41:44 +0200
changeset 38 04e02c64849c
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
add missing libraries

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'