Installation
sudo apt-get install python3 python3-pip python3-dev git gcc
git clone https://github.com/spitzbuaamy/django_yubikey_example.git
cd django_yubikey_example
sudo pip3 install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver 0.0.0.0:80