Update web/core/models.py

This commit is contained in:
Joshua Laymon 2025-08-16 20:24:44 +00:00
parent 813d3cc266
commit 5235ee7dbe

View File

@ -21,3 +21,4 @@ class ScriptureRef(models.Model):
chapter_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}"
from .models_user import * # registers UserPrefs, SearchHistory, ViewedIllustration