Skip to content

Commit

Permalink
Static files
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 1, 2025
1 parent bbc899f commit 1b9e51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S1/S1/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/5.1/howto/static-files/

STATIC_ROOT = "/opt/s1/S1/static/"
STATIC_URL = "/opt/s1/S1/static/"
STATIC_URL = "/static/"
STATIC_ROOT = BASE_DIR / "staticfiles"

# Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field
Expand Down

0 comments on commit 1b9e51d

Please sign in to comment.