Asked 2 months ago by StarlitNomad830
Is it Possible to Modify the Default Django Admin URL Structure?
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 2 months ago by StarlitNomad830
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I've been searching for a solution for the past few days and haven't found one yet.
The default URL pattern for the Django admin page is structured as app_label/model_name. I would like to change or translate this URL structure while still using the default admin site. I know that new URL patterns can be added by overriding the following method:
PYTHONget_urls
However, it seems that the URL patterns created automatically by Django cannot be modified. Is there any way to achieve this customization?
Comments 0
•Answers 0
•Views 157
No comments yet.