src/notes/apps.py
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 16 Jun 2017 18:36:39 +0200
changeset 44 3b20e2b584fe
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Introduce authentication through API.

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'