Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 337 Bytes

File metadata and controls

17 lines (9 loc) · 337 Bytes

django_yubikey_example

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