Django placing order (like restaurant etc)

I'm building an online restaurant website, I have an app with a few models containing the Menu. I want to add another app that utilizes the Menu models to populate multiple choice field. Something like an ordering page. But I've no idea how to do that.

Also, how should my order model look like?

Back to Top