[Answer]-Testing subdomain in development settings. foo.localhost:8000/

1👍

Use hexxie.com

You can test subdomains as well as facebook integration by using hexxie.com without changing hosts file. hexxie.com resolves to localhost i.e. 127.0.0.1. You can also go to anything.hexxie.com and everything.hexxie.com, which will resolve to your local machine.See this link

0👍

For facebook integration you must need to change your local host address

So editing your hosts file in /etc like

127.0.0.1 localhost example.com

Leave a comment