-
Notifications
You must be signed in to change notification settings - Fork 27
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
Opening link in new tab, leads to white screen #228
Comments
I get this error while running
|
Hey @ubarsaiyan, please use |
@RishabhJain2018 I just ran the command |
The error message shows that on line 123 in settings.py you have to add these details. |
I'm sorry but I can't set this up. After plugging in the HOST and port in settings.py, it threw error related to
|
@ubarsaiyan The error says that you are missing some libraries. Please refer https://stackoverflow.com/a/25906181/6099150 in order to install them and then try to run it again. |
@RishabhJain2018 After resolving this and many other errors it finally gives the error that there is no database called "connect"
|
Whenever a user clicks on link, content fades, white screen appears and then new content is displayed - Good
If a user clicks on a link while holding
Ctrl
key then white screen appears, relevant link opens in separate tab (inactive) but this tab (active one, from which we clicked the link) still has the white screen. - BadTo fix this we have to avoid the fading animation when user opens a link while holding Ctrl key
The text was updated successfully, but these errors were encountered: