src/notes/apps.py
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 23 Jun 2017 15:57:35 +0200
changeset 82 6f2999873343
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Add close icon when editing note.

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'