Question

I have to make bills in my Django Project. Before I create this bills, I have to ask the user, which kind of Bill, he want's to create. Therefore something like a Messagebox should be opened. Is something like this possible in Django?

Thank's for your help!

Was it helpful?

Solution

Messageboxes are a part of the frontend, and not the backend where django mostly operates.

What you want is javascript and html, a popup messagebox is called a "Modal" and there are several implementations you can use. for example, Bootstrap seems to be popular

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top