Pergunta

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!

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top