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
- [Django]-Comet framework for Django
- [Django]-Making Django queries with localized dates
- [Django]-Docker build network error when trying to pip install
- [Django]-Sync django-piston models when using egg module
- [Django]-How to use ListSerializer with a ModelSerializer?
Source:stackexchange.com