Good morning , I have a strange problem:
I have done the deploy of my site on : 178.128.194.134
I see the home page without any problem but, when I try to click the options I always return to localhost 127.0.0.1 and I wanted to know to to go to the right links of my site .
Thanks in advance if someone can help me
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
When running the Django service, you can specify the address as follows;
For more information you can take a look at this tutorial here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04
Best,
Bobby