src/notes/apps.py
author ymh <ymh.work@gmail.com>
Thu, 20 Jul 2017 11:23:08 +0200
changeset 124 c77570164050
parent 117 9864fe2067cd
permissions -rw-r--r--
implement soft delete and indicator that session and notes have been modiied

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'

    def ready(self):
        # import signal handlers
        import notes.signals