src/notes/apps.py
author ymh <ymh.work@gmail.com>
Tue, 20 Jun 2017 19:05:01 +0200
changeset 66 f402435be429
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Action types cleaning

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'