Add: creators api app

This commit is contained in:
Aroy-Art 2025-02-12 13:23:35 +01:00
parent 72c0a012c9
commit 217ecaa253
Signed by: Aroy
GPG key ID: 583642324A1D2070
7 changed files with 160 additions and 0 deletions

View file

@ -53,6 +53,7 @@ INSTALLED_APPS = [
"api.authentication",
"api.user",
"api.posts",
"api.creators",
"images",
"apps",
"apps.archive",