feat: basic api key management

This commit is contained in:
imperosol
2025-05-20 00:35:09 +02:00
parent ad91c8ed4f
commit 7a188f815f
16 changed files with 456 additions and 19 deletions

View File

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