feat: add rules for transactions

This commit is contained in:
Herculino Trotta
2024-10-23 00:39:14 -03:00
parent 60017ac834
commit b9a9e279dc
30 changed files with 913 additions and 6 deletions
+1
View File
@@ -69,6 +69,7 @@ INSTALLED_APPS = [
"rest_framework",
"drf_spectacular",
"django_cotton",
"apps.rules.apps.RulesConfig",
]
MIDDLEWARE = [