$django-admin startproject [project_name] $python manage.py startapp [app_name] $pip freeze > requirements.txt $python -m venv venv (split environment) (on mac) $venv ...
This repo contains a minimal example app built with Python and Django that supports SAML using the SSOReady Python SDK. SSOReady is an open-source way to add SAML and SCIM support to your application.