src/notes/apps.py
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 23 Jun 2017 10:16:49 +0200
changeset 79 772b73e31069
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Introduce note editing, allow deleting note.

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'