src/notes/apps.py
author salimr <riwad.salim@yahoo.fr>
Wed, 29 Aug 2018 11:02:36 +0200
changeset 150 97536386b397
parent 117 9864fe2067cd
permissions -rw-r--r--
Improve Modals display and sessions list

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'

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