No description
Find a file
2025-09-07 20:52:19 +02:00
__pycache__ Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
api Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
config Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
risks Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
static/css Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
templates Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
.env-example Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
.gitignore Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
db.sqlite3 Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
docker-compose-sqlite.yml Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
Dockerfile First Commit 2025-09-05 12:02:41 +02:00
entrypoint.sh Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
manage.py First Commit 2025-09-05 12:02:41 +02:00
requirements.txt Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00
startserver.sh Create Basic Django Framework with API, SQLite, PostgreSQL, MySQL and SSO with OIDC 2025-09-05 15:32:33 +02:00
TODO Add custom User model, OIDC backend, DB flexibility (SQLite/Postgres/MySQL), secured API endpoints, and initial Risk/Control models with enums, score calculation, and groups seeding. 2025-09-07 20:52:19 +02:00