About 61,400 results
Open links in new tab
  1. How can I change "127.0.0.1:8000 / localhost:8000" to my desired …

    Jul 14, 2019 · I'm using laravel and I don't know how to customize the default url which is "127.0.0.1:8000" or "localhost:8000" to my desired url. My expectation is to change …

  2. django - http://127.0.0.1:8000/ This site can’t be reached127.0.0.1 ...

    Feb 9, 2024 · To share your Django project locally, you need to run it within your virtual environment using the following command: python manage.py runserver 0.0.0.0:8000 Then …

  3. django - Why can I connect to http://127.0.0.1:8000/ but not to …

    netstat -an | grep 8000 tcp4 0 0 127.0.0.1.8000 *.* LISTEN so what's going on here? Somehow port 22 is being treated differently than port 8000, but every place I can think to look for those …

  4. What is the difference in localhost:8000 and http://127.0.0.1:8000?

    Aug 29, 2020 · I am running a Django project with react redux (trying to implement authentication system) and the very weird thing i observed that my site is rendering properly when i use …

  5. Cannot Access the Local Host on Python 127.0.0.1:8000 in browser

    May 15, 2022 · Whats wrong with path('products/'),include('products.urls') ? if i delete that line, i can run the local host in http://127.0.0.1:8000/ in my tutorial explain to add that line to access …

  6. 127.0.0.1 ha rechazado la conexión - Stack Overflow en español

    He creado un nuevo proyecto con Django con django-admin startproject Solver1, posteriormente utilice python manage.py migrate, y por último python manage.py runserver. Me mostró la …

  7. Can't log into localhost:8000/admin ... ERR_CONNECTION_REFUSED

    Apr 9, 2020 · Based on the limited info: Try to access 127.0.0.1:8000/admin instead of localhost:8000/admin. In django's settings set ALLOWED_HOSTS = ['*'] (NOTE: This is only …

  8. how to set my django path to …

    Jan 9, 2019 · how to set my django path to http://127.0.0.1:8000/myproject/admin Asked 6 years, 10 months ago Modified 6 years, 10 months ago Viewed 4k times

  9. django - how to change localhost from 127.0.0.1 to 127.0.0.1:8000 ...

    Jan 23, 2016 · I'm using Wagtail cms on django framework, problem is localhost address, I want to access to the site running in 127.0.0.1:8000 by localhost? I tried hosts file, but no luck !

  10. Dajngo - how set index page as http://127.0.0.1:8000/

    Apr 19, 2021 · I would like to set in Django a URL that will point to my index.html. Now I could see at http://127.0.0.1:8000/micromundos but I would like to configure the url to ...