Skip to content

Commit

Permalink
fix: typo in settings media root
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal-techie committed Aug 12, 2024
1 parent b56ec04 commit 200afac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverside/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
# ]

MEDIA_URL = "/media/"
MEDIA_ROOT = "/media/"
MEDIA_ROOT = "/app/media/"

# Default primary key field type
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
Expand Down

0 comments on commit 200afac

Please sign in to comment.