src/notes/apps.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 19 Jun 2017 15:05:36 +0200
changeset 51 08d46c730397
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Fix APIClient.

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'