Frage

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!

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top