src/notes/apps.py
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 27 Jun 2017 10:54:04 +0200
changeset 96 b58463d7dc8e
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Also delete notes when deleting session.

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'