Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1062975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:42:49+00:00 2026-05-16T18:42:49+00:00

We are starting a new project to develop a website using django. We have

  • 0

We are starting a new project to develop a website using django. We have created a project on google code. We would like to be able to occasionally show the progress of the site to some people, without having to purchase a real server.

We are all modifying the project through eclipse and SVN. What’s the best way to create a runserver type thing but allow othes to access over the internet temporarily?

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T18:42:49+00:00Added an answer on May 16, 2026 at 6:42 pm

    One way is to run Django development server to bind on multiple interfaces:

    python manage.py runserver 0.0.0.0:8000 
    

    Or specify a IP of the interface to bind to, for example this would only listen on the interface who’s IP is 192.168.1.100:

    python manage.py runserver 192.168.1.100:8000 
    

    But Django development server is single threaded and thus will not work good with concurrent requests.

    I would advise setting up a development preview on shared hosting or something, or even locally, with a proper web server (such as Apache or ngnix).

    If you do it locally just portforward your traffic from router to your local installation, if you don’t have static IP you can use a service such as DynDns or No-ip.

    This subject has been covered several times on Stackoverflow, feel free to search for other ideas.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Starting a new project and would like to use one of the MVC framworks.
We are starting a new ASP.NET MVC project and we would like to establish
As a little side project, I am starting to build a new website for
I'm starting a new project using Linux and PHP, but for the early dev
I am starting a new project using C# and ASP.NET 3.5 with SQL Server
I'm thinking about starting a new project using EF 4 and going through some
When starting a new project that required the use of membership providers I found
I'm starting a new project here (Windows Forms). What's the best option today for
I'm starting a new project which involves developing an interface for a machine that
I'm starting a new web project and I am considering two presentation frameworks. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.