Introduction This is a simple article describing about how to achieve the purpose exist as in the description of this […]
Tag: Django Parameter
How to Solve Error Message NoReverseMatch at / Reverse for ‘my_function’ with no arguments not found. 1 pattern(s) tried: [‘my_function/(?P[^/]+)\\Z’] when running Django Application
Introduction This is an article where the main content is for solving an error message appear. It has the same […]
How to Call a Function and Sending Parameter Value by clicking a Button in the Django Template File from a Django Application
Introduction Actually, this is a modification from the previous article of ‘How to Call a Function by clicking a Button […]