diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ # Django Yubitest A proof-of-concept for using [Yubikey OTP](https://developers.yubico.com/OTP/OTPs_Explained.html) as a required method for logging into a Django application. + +## Usage + +The usual: + +```bash +$ pip install -r requirements.txt +$ python manage.py migrate +``` |
