Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23116 closed Uncategorized (invalid)

Different url for django admin login

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi All,

by default admin login appears by providing www.project.com/admin.

But my requirement is I want admin url to be admin.project.com and

if user enters www.project.com/admin it has to be redirected to admin.project.com

How to handle this scenario

Thanks & Regards
Ramu Ravi

Change History (3)

comment:1 by Aymeric Augustin, 10 years ago

Resolution: invalid
Status: newclosed

This bug tracker is dedicated to managing bugs in Django.

Please don't use it for support questions.

See https://docs.djangoproject.com/en/stable/faq/help/ instead.

Thank you.

comment:2 by heyramu, 10 years ago

Type: UncategorizedBug

comment:3 by Simon Charette, 10 years ago

Type: BugUncategorized

This is not a bug.

Note: See TracTickets for help on using tickets.
Back to Top