Django app with user lock down
Project description
YSK lock down to make user lock
This is a django application for user lock down after 5 incorrect attempts.
Installable App
This app models a list of items on a lockdown. This app can be installed and used in your django project by:
$ pip install ysk-django-lockdown
Edit your settings.py file to include ‘lockdown’ in the INSTALLED_APPS listing.
INSTALLED_APPS = [
...
'lockdown',
]
Edit your project urls.py file to import the URLs:
url_patterns = [
...
path('lockdown/', include('lockdown.urls')),
]
Finally, add the models to your database:
$ ./manage.py makemigrations lockdown
The “project” Branch
The master branch contains the final code for the PyPI package. There is also a project branch which shows the “before” case – the Django project before the app has been removed.
Docs & Source
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for ysk-django-lockdown-1.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f47b83b31c38826867869769b2a3db73c76e310efcf834403335363c7fc5f3e7 |
|
MD5 | 6d20cbc44fa056a6f68b05a173b2ee9b |
|
BLAKE2b-256 | 9d4b90d38cde451d7d6fad6eebaedc0e2a605f72f2cf6cd55315cbfdea5226da |
Close
Hashes for ysk_django_lockdown-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1f6bff92bffda51db76f1d79d32c5ccbe4d5539d677ebd86977e213665b36e1 |
|
MD5 | 4f58c5ad60c658b735c1c3c0c9cedc17 |
|
BLAKE2b-256 | e9b6c68e4d479d735d89b49ca20b904534c3a2089bf33c3af6530e53a931e0d1 |