src/notes/apps.py
author salimr <riwad.salim@yahoo.fr>
Tue, 09 Oct 2018 19:07:47 +0200
changeset 167 1f340f3597a8
parent 117 9864fe2067cd
permissions -rw-r--r--
Adapt css for CreateSession and Navbar components

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'

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