Skip to content

A dedicated service for staff profile and directory information

License

Notifications You must be signed in to change notification settings

uktrade/identity

Repository files navigation

identity

A dedicated service for staff profile and directory information. Project documentation is available here.

Setup DebugPy

Add environment variable in your .env file

ENABLE_DEBUGPY=True

Create launch.json file inside .vscode directory

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Remote Attach (DebugPy)",
            "type": "python",
            "request": "attach",
            "port": 5678,
            "host": "localhost",
            "pathMappings": [
                {
                    "localRoot": "${workspaceFolder}",
                    "remoteRoot": "/app/"
                }
            ],
            "justMyCode": true
        },
    ]
}

About

A dedicated service for staff profile and directory information

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published