Fix dogsitters backend

This commit is contained in:
2025-02-08 13:15:02 +03:00
parent 1cf71261d1
commit 938bd48fff
4 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
exports.DSF_AUTH_USER_MODEL_NAME = 'DSF_AUTH_USER'
exports.DSF_INTERACTION_MODEL_NAME = 'DSF_INTERACTION'