Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the extra 'CMS' from login #3

Open
ChetanKhanna opened this issue Jul 10, 2020 · 0 comments
Open

Remove the extra 'CMS' from login #3

ChetanKhanna opened this issue Jul 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ChetanKhanna
Copy link
Member

We currently use a subdomain cms.bits-pilani.in. But the actual URL currently in use is cms.bits-pilani.in/CMS/login/. This should ideally be cms.bits-pilani.in/login/

I tried changing this in the urls.py both at project level and app level. But there were still some files which redirected to CMS/login or other such URLs. settings.py and redirectView.py also contain this sort of URL redirection. We need to change them to just /login/ or other suitable url paths (removing the CMS part).

So the task will be to correct the url path from the above mentioned files and also any other backend or frontend related file that may contain it. Finally ensure that the site properly works after this URL change and that no link or button is broken (some frontend buttons have hard-coded URL paths I believe).

@ChetanKhanna ChetanKhanna added the enhancement New feature or request label Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant