src/notes/apps.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 15:45:50 +0200
changeset 89 06f609adfbf8
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Add registration page.

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'