ethemguner / dobot

Real Time Crypto Currency Price Tracker by using Django
2 stars 0 forks source link

empty migrations for the development env. #10

Closed ethemguner closed 2 years ago

ethemguner commented 2 years ago

to see system working, we need a wallet, a decision, a transaction and a decision setting. in the other word, we need an initial point to make system alive.

we can do that from admin pages but, obviously this is not a good way.

but, there is one thing to give attention, when we creating these instances we need to get current price of the coin/coins. don't forget to handle connection errors (binance sometimes does that)

ethemguner commented 2 years ago

no need this