1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-02-14 18:52:32 +01:00

Include AlternateHistory as a xenforo site

Fixes #18. Well, makes it unnecessary. Strictly, it'd maybe still be useful to
show how to do a XenForo site via `arbitary`.
This commit is contained in:
David Lynch 2018-09-29 12:00:41 -05:00
parent 0f117f8625
commit b3f4e720d0

View file

@ -265,3 +265,11 @@ class QuestionableQuesting(XenForo):
@register
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
pass
@register
class AlternateHistory(XenForo):
domain = 'www.alternatehistory.com/forum'
@register
class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
pass