Initial working version with minor bugs
This commit is contained in:
parent
f946e4933a
commit
71b3993326
83 changed files with 34485 additions and 173 deletions
9
trades/apps.py
Normal file
9
trades/apps.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TradesConfig(AppConfig):
|
||||
name = "trades"
|
||||
|
||||
def ready(self):
|
||||
# This import registers the signal handlers defined in trades/signals.py.
|
||||
import trades.signals
|
||||
Loading…
Add table
Add a link
Reference in a new issue