Skip to content

Commit

Permalink
chore: allow statistics files - deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDVUNI committed Dec 24, 2024
1 parent d0725a0 commit 2ea87dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/website/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
# https://docs.djangoproject.com/en/3.0/howto/static-files/

STATIC_URL = '/static/'
STATIC_ROOT = 'staticfiles'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STORAGES = {
# ...
"staticfiles": {
Expand Down

0 comments on commit 2ea87dc

Please sign in to comment.