Home:ALL Converter>How to create an soft link to a specific django admin table

How to create an soft link to a specific django admin table

Ask Time:2021-06-26T07:38:27         Author:Durval Carvalho

Json Formatter

How do I create a link to a django admin table using the url tag?

I have been trying to create a link to a django admin table. This table was registed in the app called store inside a module called admin.py, and was refering to a model called Products.

It's possible to access this table at link /admin/store/products/.

I would like to know how do I create a link dynamically without writing the hardcoded link in the template.

Author:Durval Carvalho,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/68138034/how-to-create-an-soft-link-to-a-specific-django-admin-table
yy