src/notes/apps.py
author duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:15:52 +0200
changeset 113 33a04d0a7ecc
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
adds note taking lifecycle diagram

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'