Lune Logo

© 2025 Lune Inc.
All rights reserved.

support@lune.dev

Want to use over 200+ MCP servers inside your coding tools like Cursor?

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.

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:

PYTHON
get_urls

However, it seems that the URL patterns created automatically by Django cannot be modified. Is there any way to achieve this customization?

1

Comments 0

Answers 0

Views 157

0 Answers

Discussion

No comments yet.