Hi @javgoji,
During the installation process of Django, the installer asked you for a valid IP address to access your site. You probably introduced the private IP of your machine so the application was configured to use that one.
Now you can either use that IP to access the sample application or modify the Django configuration to accept localhost when accessing the sample project. If you want to modify that setting, edit the file at apps/django/django_projects/Project/Project
and modify the ALLOWED_HOSTS
line.
Happy to help!
Was my answer helpful? Click on 