diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-17 22:39:56 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-17 22:39:56 +0100 |
commit | 073e919ef198a04da1e5ed28a7dfbc5d9681fc14 (patch) | |
tree | cd8a60cb0eb261489c5d1e5008c99101628e5b9b /database | |
parent | 82aefaaaf1c0fc64e584f7025259f84d2bcc347b (diff) | |
download | khanindexer-073e919ef198a04da1e5ed28a7dfbc5d9681fc14.tar.xz khanindexer-073e919ef198a04da1e5ed28a7dfbc5d9681fc14.zip |
Be more specific on index source database
Diffstat (limited to 'database')
-rw-r--r-- | database/models.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/database/models.py b/database/models.py index 2f9528a..cc9b58e 100644 --- a/database/models.py +++ b/database/models.py @@ -14,3 +14,9 @@ class Page(Model): class Meta: database = db + +class Neodarznet(Page): + """ + Page du site neodarz.net + """ + pass |