yourlabs / django-session-security

A little javascript and middleware work together to ensure that the user was active during the past X minutes in any tab he has open. Otherwise, display a warning leaving a couple of minutes to show any kind of activity like moving the mouse. Otherwise, logout the user.
http://django-session-security.rtfd.org
MIT License
309 stars 142 forks source link

Removing duplicate test project, adding test dependencies #137

Closed theunraveler closed 5 months ago

theunraveler commented 4 years ago

The symlink in test_project/static was causing an issue for me in my deployment pipeline. As I was investigating, I saw that this library has 2 mock Django projects in it. I removed one of them and fixed the python setup.py test script while I was at it.

jpic commented 5 months ago

Not really sure about this, the test_project is for users to run