src/notes/apps.py
author salimr <riwad.salim@yahoo.fr>
Mon, 08 Oct 2018 03:24:47 +0200
changeset 159 a4705c2b4544
parent 117 9864fe2067cd
permissions -rw-r--r--
Add send note options to the editor

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'

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