StrategyCeleryWebsite
StrategyCeleryWebsite copied to clipboard
qstrader UI .Demo--http://ec2-54-169-253-5.ap-southeast-1.compute.amazonaws.com:8000/
Bumps [django](https://github.com/django/django) from 1.10.5 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Instead of creating a png file and display it you might try to create an interactive plot. bokeh http://bokeh.pydata.org/ could help Other solution is to output a JSON and have...
For a better understanding of commits you might squash commits http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html $ git rebase -i HEAD~3 replace ``` pick MY COMMIT MESSAGE pick 2nd COMMIT MESSAGE pick 3rd COMMITMESSAGE ```...
pyc files should be removed from this repository I suggest using a `.gitignore` file like ``` # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] # C extensions *.so #...