Update web/core/models.py
This commit is contained in:
parent
1620587ebb
commit
7605fb6522
@ -22,4 +22,5 @@ class ScriptureRef(models.Model):
|
|||||||
verse_to = models.IntegerField(null=True, blank=True)
|
verse_to = models.IntegerField(null=True, blank=True)
|
||||||
def __str__(self): return f"{self.book} {self.chapter_from}:{self.verse_from}"
|
def __str__(self): return f"{self.book} {self.chapter_from}:{self.verse_from}"
|
||||||
from .models_user import * # registers UserPrefs, SearchHistory, ViewedIllustration
|
from .models_user import * # registers UserPrefs, SearchHistory, ViewedIllustration
|
||||||
from .models_ann import * # registers Announcement & AnnouncementDismissal
|
from .models_ann import * # registers Announcement & AnnouncementDismissal
|
||||||
|
from .models_login import * # LoginAttempt model + auth signal receivers
|
||||||
Loading…
Reference in New Issue
Block a user