src/notes/apps.py
author ymh <ymh.work@gmail.com>
Wed, 21 Jun 2017 08:45:29 +0200
changeset 70 dff58e6bea47
parent 24 3b3999550508
child 117 9864fe2067cd
permissions -rw-r--r--
Ass src/sass in the watch list for node-sass

from django.apps import AppConfig


class NotesConfig(AppConfig):
    name = 'notes'