python - Track state of order in Django -


i have model order.

i want track 'the life-cycle' of order, i.e. when , requested customer, when , order processed, etc.

right have field determining whether order requested, processed, etc. don't know how save additional information states.

i guess it's kind of kanban system. how obtained? guess make foreign key model state/status. work?


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -