diff options
| author | Yuval Adam <_@yuv.al> | 2016-07-22 14:48:12 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2016-07-22 14:48:12 +0300 |
| commit | 814f1e7b61fb7ee7e0ebbff18d7a1ec9d0485e1c (patch) | |
| tree | 7d97af12e71aed400cb0ae493b4b030f1ed6cd03 | |
| parent | f3bed477ff2de5c6a4940ace6c5a0fe81fdf85e2 (diff) | |
Update README
| -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 +``` |
