mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 09:38:35 +02:00
feat: add rules for transactions
This commit is contained in:
9
app/apps/rules/apps.py
Normal file
9
app/apps/rules/apps.py
Normal 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
|
||||
Reference in New Issue
Block a user