OAuth refactor: install cdt_identity
app
#2734
Labels
chore
Chores and tasks for code cleanup, dev experience, etc.
Milestone
Python dependency
To make this refactor simpler, we aren't publishing a
django-cdt-identity
package to PyPI yet.For now, we can just install directly from the
main
branch using the git URL syntax for dependencies:[project] name = "benefits" ... dependencies = [ ... "Django==5.1.7", + "django-cdt-identity @ git+https://github.com/Office-of-Digital-Services/django-cdt-identity.git@main", ... ]
Django dependency
Install the app in
benefits/settings.py
:The text was updated successfully, but these errors were encountered: