Add: sorl thumbnail gen lib

This commit is contained in:
Aroy-Art 2025-03-18 22:29:10 +01:00
parent 0cdbccdd6e
commit 73ec411384
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -17,7 +17,6 @@ from pathlib import Path
# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/5.1/howto/deployment/checklist/
@ -29,7 +28,6 @@ DEBUG = True
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "northpaw.aroy.hs.tun"]
# Application definition
INSTALLED_APPS = [
@ -47,6 +45,7 @@ INSTALLED_APPS = [
"corsheaders",
"django_celery_results",
"django_celery_beat",
"sorl.thumbnail",
# API apps
"api",
"api.schema",