django-twitter-users icon indicating copy to clipboard operation
django-twitter-users copied to clipboard

"Sign in with Twitter" for Django applications

Results 1 django-twitter-users issues
Sort by recently updated
recently updated
newest added

I replaced request.session['redirect_to'] with request.session.get('redirect_to'). Now you can login without settings request.GET['next'] parameter. Is it undesired behaviour or just omission? If latter, pls merge this pull request.