Skip to content

Commit

Permalink
Hotfix static files
Browse files Browse the repository at this point in the history
  • Loading branch information
KiOui committed Sep 8, 2023
1 parent 4293d1b commit c3e816f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions website/tosti/settings/production.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ SERVER_EMAIL = "[email protected]"

STATIC_ROOT = BASE_DIR.parent / "static"
STATIC_URL = "/static/"

STATICFILES_STORAGE = "django.contrib.staticfiles.storage.ManifestStaticFilesStorage"

MEDIA_ROOT = BASE_DIR.parent.parent / "writable" / "media"
MEDIA_URL = "/media/"

Expand Down
4 changes: 1 addition & 3 deletions website/tosti/static/tosti/js/swagger-ui-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions website/tosti/static/tosti/js/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit c3e816f

Please sign in to comment.