Skip to content

Commit

Permalink
Fix admin CSS not loading by adding staticfiles finder.
Browse files Browse the repository at this point in the history
  • Loading branch information
fsargent committed Jan 23, 2025
1 parent 8e0cd7d commit 286bf33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions approval_polls/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@

STATICFILES_FINDERS = [
"django.contrib.staticfiles.finders.FileSystemFinder",
"django.contrib.staticfiles.finders.AppDirectoriesFinder",
"compressor.finders.CompressorFinder",
]

Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 286bf33

Please sign in to comment.