finished conversion to tailwind
This commit is contained in:
parent
6e2843c60e
commit
d62956d465
50 changed files with 2490 additions and 1273 deletions
|
|
@ -5,5 +5,6 @@ class TradesConfig(AppConfig):
|
|||
name = "trades"
|
||||
|
||||
def ready(self):
|
||||
# This import registers the signal handlers defined in trades/signals.py.
|
||||
# This import registers the signal handlers defined in trades/signals.py,
|
||||
# ensuring that denormalized field updates occur whenever related objects change.
|
||||
import trades.signals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue