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

9
app/apps/rules/apps.py Normal file
View File

@@ -0,0 +1,9 @@
from django.apps import AppConfig
class RulesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.rules"
def ready(self):
import apps.rules.signals