1👍
✅
You can try to use this http://djangosnippets.org/snippets/243/ . Just add decorator to your view @logged_in_or_basicauth() from snippet.
Source:stackexchange.com
1👍
You can try to use this http://djangosnippets.org/snippets/243/ . Just add decorator to your view @logged_in_or_basicauth() from snippet.