forked from eleensmathew/MovieScreen
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Change landing url #1
Labels
Comments
can you assign this issue to me |
Assigned to pihu-jain |
If this issue is open now then please assign me with it ! |
Assigned to @meemansha07 |
Working on it |
Please assign this issue to me |
Reopened issue |
can u assign me this . i have requested. |
Yea assigned to @aachintya |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current scenario
Currently, when users navigate to http://127.0.0.1:8000/, they are not automatically directed to the user shows page. This could lead to confusion, as users may not know where to find the available shows.
Possible Solution
I would like the application to automatically redirect users from http://127.0.0.1:8000/ to http://127.0.0.1:8000/user/shows/ when they visit the root URL. This can be implemented by adding a redirect view in Django.
You can also change the existing urls if you feel that provides a better user experience
The text was updated successfully, but these errors were encountered: