login-tracker 0.3

Creator: codyrutscher

Last updated:

Add to Cart

Description:

logintracker 0.3

Login Tracker
login_tracker is a Django reusable app to track logins.
It keeps track of all the login history
Quick start


Install login tracker::
pip install login-tracker
or
pip install git+https://github.com/doddahulugappa/login-tracker.git


Add "login_tracker" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'login_tracker',
]


Include the login_tracker URLconf in your project urls.py like this::
path('login_tracker/', include('login_tracker.urls')),


Run python manage.py migrate to create the login_tracker models.


Login into your django admin panel and you will be able see the Login History Tracker under LOGIN_TRACKER App

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.