Removes sqlite support 😢

RIP, things have gotten too complicated for this I think
This commit is contained in:
Mouse Reeve
2020-12-12 20:11:23 -08:00
parent d4f8f2e276
commit ae435a3165
3 changed files with 1 additions and 72 deletions

View File

@ -2,12 +2,12 @@
import re
import dateutil.parser
from django.contrib.postgres.fields import JSONField
from django.db import models
from django.utils import timezone
from bookwyrm import books_manager
from bookwyrm.models import ReadThrough, User, Book
from bookwyrm.utils.fields import JSONField
from .base_model import PrivacyLevels