src/notes/apps.py
author salimr <riwad.salim@yahoo.fr>
Mon, 01 Oct 2018 00:17:45 +0200
changeset 158 964438ef8401
parent 117 9864fe2067cd
permissions -rw-r--r--
Add auto scroll to NoteList

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'

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