Y
Y
yakamoto_r2020-08-18 10:08:44
Django
yakamoto_r, 2020-08-18 10:08:44

How to call a function with arguments in django?

It needs to be implemented in Python (Django) - the user sends a PDF file through the form, it is parsed and a certain function finds the text in the file by keywords and makes an entry in the database. Is it possible to implement this? It would be convenient for me to call functions in HTML, but Jinja does not provide such capabilities, as far as I know.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2020-08-18
@bacon

https://docs.djangoproject.com/en/3.1/topics/http/...
But in order to do anything with django, you must first learn the basics of this framework.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question