FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

didkit-python/examples/python_django/README.md at main · spruceid/didkit-python · GitHub

This repository was archived by the owner on Jul 10, 2025. It is now read-only.
/ didkit-python Public archive

Latest commit

 

History

History
30 lines (20 loc) · 564 Bytes

File metadata and controls

30 lines (20 loc) · 564 Bytes

Django Example

This project demonstrates use of verifiable credentials and presentation for an application.

Dependencies

Python dependencies

$ poetry install

Running

For the first time running you will need to run the migrations, this can be accomplished by running the following command:

$ poetry run python manage.py migrate

To start the server just run:

$ poetry run python manage.py runserver

Back | FazBrowse Home | New Git URL