aboutsummaryrefslogtreecommitdiff
path: root/database
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-01-17 22:39:56 +0100
committerneodarz <neodarz@neodarz.net>2019-01-17 22:39:56 +0100
commit073e919ef198a04da1e5ed28a7dfbc5d9681fc14 (patch)
treecd8a60cb0eb261489c5d1e5008c99101628e5b9b /database
parent82aefaaaf1c0fc64e584f7025259f84d2bcc347b (diff)
downloadkhanindexer-073e919ef198a04da1e5ed28a7dfbc5d9681fc14.tar.xz
khanindexer-073e919ef198a04da1e5ed28a7dfbc5d9681fc14.zip
Be more specific on index source database
Diffstat (limited to 'database')
-rw-r--r--database/models.py6
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