Skip to content
Snippets Groups Projects
Commit c5e67feb authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'renovate/django-titofisto-1.x' into 'master'

Update dependency django-titofisto to v1

See merge request !1289
parents 694b21c7 bb5d76ab
No related branches found
No related tags found
1 merge request!1289Update dependency django-titofisto to v1
Pipeline #136216 canceled
......@@ -20,6 +20,7 @@ Added
* [Dev] Components for implementing standard CRUD operations in new frontend.
* [Dev] Options for filtering and sorting of GraphQL queries at the server.
* [Dev] Managed models for instances handled by other apps.
* [Dev] Upload slot sytem for out-of-band uploads in GraphQL clients
Changed
~~~~~~~
......
......@@ -1050,6 +1050,9 @@ else:
DEFAULT_FILE_STORAGE = "titofisto.TitofistoStorage"
TITOFISTO_TIMEOUT = 10 * 60
TITOFISTO_ENABLE_UPLOAD = True
TITOFISTO_UPLOAD_NAMESPACE = "__titofisto__/upload/"
SASS_PROCESSOR_STORAGE = DEFAULT_FILE_STORAGE
SENTRY_ENABLED = _settings.get("health.sentry.enabled", False)
......
......@@ -116,7 +116,7 @@ boto3 = {version = "^1.26.142", optional = true}
django-cleanup = "^8.0.0"
djangorestframework = "^3.12.4"
Whoosh = "^2.7.4"
django-titofisto = "^0.2.0"
django-titofisto = "^1.0.0"
haystack-redis = "^0.0.1"
python-gnupg = "^0.5.0"
sentry-sdk = {version = "^1.4.3", optional = true}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment