feat: basic api key management

This commit is contained in:
imperosol
2025-05-20 00:35:09 +02:00
parent 2f0454355f
commit dc72789c14
16 changed files with 455 additions and 13 deletions

View File

@ -124,6 +124,7 @@ INSTALLED_APPS = (
"pedagogy",
"galaxy",
"antispam",
"apikey",
)
MIDDLEWARE = (