Update web/core/models.py

This commit is contained in:
Joshua Laymon 2025-08-24 19:14:43 +00:00
parent 05d9b9a4b4
commit a7a8d8cc74

View File

@ -22,3 +22,4 @@ class ScriptureRef(models.Model):
verse_to = models.IntegerField(null=True, blank=True)
def __str__(self): return f"{self.book} {self.chapter_from}:{self.verse_from}"
from .models_user import * # registers UserPrefs, SearchHistory, ViewedIllustration
from .models_ann import * # registers Announcement & AnnouncementDismissal