I’m developing my first Django application, I have installed allauth to permit openid login.
I’m trying to use no-ip dns to avoid the problem of the dynamic ip, for register my app on facebook and testing from my machine. But I don’t know how to make my django test server visible from outside on port 80.
If I force it using sudo it gave me problems on logging to postgrel database, but if I not use sudo it says that I can’t use that port (also if apache is off).
Thank you for your help.
One way is to create virtual host in apache, which will use
mod_wsgito talk to a Django app.Example:
Contents of xxx.wsgi: