Skip to content

sitn/django-dotnetid-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A demo implementing django-dotnetid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published