src/notes/apps.py
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 14 Jun 2017 16:06:40 +0200
changeset 33 238818343253
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Stick editor to bottom.

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'