src/notes/apps.py
author ymh <ymh.work@gmail.com>
Mon, 19 Jun 2017 21:52:22 +0200
changeset 60 42c07d428747
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
on server, augment default token lifetime and add settings in .env to control it. Add the refresh endpoint

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'