Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 340 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 340 Bytes

OpenID with Django

A simple django project with openid working with dotnetaccess

Local test

cd src
cp .env.sample .env

Then adapt the .env file

python -m venv venv
./venv/Scripts/activate
pip install -r requirements.txt
cd src
python manage.py migrate
python manage.py runserver

Go to http://127.0.0.1:8000