- Get live stock data
- Cron service
- Update Django settings
- Update Dockerfile
- Docker entrypoint for cron service
- Admin transaction filter
- Admin stock search
- Admin transaction search
- Admin portfolio search
- Portfolio average price computation
- Order computation discrepancy
- Set WSGI application group
- Add field
trades
totransaction
- Transaction service
process_transaction
- Transaction service
match_order_transaction
- Transaction service
clone_transaction
- Transaction service
clear_transaction
- Update transaction service
process_order_transaction
- Update portfolio service
update_portfolio
- Add field
is_order
totransaction
- Transaction
pre_save
signal
- Portfolio service
transaction
typo
- Order serializer
save
- Environment Variable Settings
- Remove
local.env
file
- Configuration wiki
- OAuth application wiki
- Trade serializer related stock field
- Stock related field
- CORS middleware
- Postman collection and environment
- Cron package
- Process order transaction command
- Process bulk transaction command
- Schedule process commands
- Use user
pk
as user's folder
- Create
core
modelPortfolio
- Portfolio admin
- Portfolio services
- Portfolio API views
- Transaction
post_save
signal
- Upload bulk order CSV file and process
- Upload bulk order CSV file and store only
- Trade services
- Trade API views
- Trade API permissions
- Trade API unit tests
- Order services
- Order API views
- Order API permissions
- Order API unit tests
- Return test client
response
fromAPITestCaseMixins
- Order manager queryset filter
- Alter field
quantity
ontransaction
incore
- Alter field
type
ontransaction
incore
- Alter field
user
ontransaction
incore
- Default
test.py
file
- Unit test for duplicated
code
field onstock
incore
- Unit test for duplicated
name
field onstock
incore
- Alter field
code
onstock
incore
module - Alter field
name
onstock
incore
module
- Docker ignore
- Static directory
- Media directory
- Docker compose volume mount
- Stock API permissions
- Stock API unit testing
- Django Rest Framework
- Django OAuth Toolkit
- Django CORS Headers
- Stock API views
- Stock Trading
Core
module - Create
core
modelStock
- Create
core
modelTransaction
- Create
core
proxy modelOrder
- Create
core
proxy modelTrade
- Django Framework
- Dockerfile