[Django]-Failed to load resource: the server responded with a status of 403 (Forbidden) django framework

5👍

thank you for all

i find the solution : the problem was the sessions of my admin were activated and to avoid the forbidden 403 problem you must logout to the admin page of django

0👍

That feels like file permission issue. You are probably trying to access a file that the user doesn’t have access to. Could you run with DEBUG=True and post the stack trace

Leave a comment