79582326

Date: 2025-04-19 11:34:58
Score: 1
Natty:
Report link

use the LOGIN_REQUIRED_IGNORE_PATHS in your setting.py

LOGIN_REQUIRED_IGNORE_PATHS = [     r"^/media/"]

then restart your django server.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Idris Olokunola