Mercurial
Mercurial
>
irinotes
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
src/notes/apps.py
author
duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:22:59 +0200
changeset 114
ec72869a5a20
parent 24
3b3999550508
child 117
9864fe2067cd
permissions
-rw-r--r--
adds a synthesis step
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
24
3b3999550508
first data model for backend
ymh <ymh.work@gmail.com>
parents:
diff
changeset
1
from
django.apps
import
AppConfig
3b3999550508
first data model for backend
ymh <ymh.work@gmail.com>
parents:
diff
changeset
2
3b3999550508
first data model for backend
ymh <ymh.work@gmail.com>
parents:
diff
changeset
3
3b3999550508
first data model for backend
ymh <ymh.work@gmail.com>
parents:
diff
changeset
4
class
NotesConfig
(
AppConfig
):
3b3999550508
first data model for backend
ymh <ymh.work@gmail.com>
parents:
diff
changeset
5
name
=
'notes'