src/notes/apps.py
author ymh <ymh.work@gmail.com>
Tue, 20 Jun 2017 19:04:42 +0200
changeset 65 14989b339e5d
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Use a fonctionnal component for the login part of the navbar

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'