Skip to content

Commit

Permalink
Set SVG upload folder (#1701)
Browse files Browse the repository at this point in the history
Prevents an error being raised when uploading SVGs.
  • Loading branch information
istride authored Jun 6, 2024
1 parent 88c6342 commit b4d96ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iogt/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,3 +576,4 @@
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

WAGTAILREDIRECTS_AUTO_CREATE = os.getenv('WAGTAILREDIRECTS_AUTO_CREATE', 'enable') == 'enable'
WAGTAILSVG_UPLOAD_FOLDER = "media"

0 comments on commit b4d96ce

Please sign in to comment.