Skip to content

Commit

Permalink
whitenoise issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakinplaban committed Oct 25, 2024
1 parent f115616 commit 1ef1ceb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified nomencletureproject/__pycache__/settings.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion nomencletureproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',

'whitenoise.middleware.WhiteNoiseMiddleware',
# Add the account middleware:
# "allauth.account.middleware.AccountMiddleware",
]
Expand Down
1 change: 1 addition & 0 deletions render.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- python manage.py collectstatic --noinput

0 comments on commit 1ef1ceb

Please sign in to comment.