Skip to content

Commit

Permalink
Update docker_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo authored Jan 4, 2024
1 parent 78eafd5 commit 7134e00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions metropolis/docker_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@

ALLOWED_HOSTS = ["localhost"]

STATICFILES_STORAGE = (
"django.contrib.staticfiles.storage.StaticFilesStorage" # decapitated
)
STATIC_ROOT = "/app-public"

DEFAULT_FILE_STORAGE = "django.core.files.storage.FileSystemStorage" # decapitated
MEDIA_ROOT = "/app-media"
MEDIA_URL = "/media/"

Expand Down

0 comments on commit 7134e00

Please sign in to comment.