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

we are starting a new project and I would like to know if V5
I'm starting a new project and would like some advice. The purpose is to
We are starting a new ASP.NET MVC project and we would like to establish
Starting a new project and would like to know the pros and cons of
I'm a Silverlight newbie. I'm starting a new project and I would like to
Starting a new project and would like to use one of the MVC framworks.
How to improve our productivity when starting new project using Delphi? For me, I
Starting a new project using EJB 3 / JPA, mainly stateless session beans and
I am starting a new project for a client today. I have done some
If I am starting a new project how should I pick between using YUI

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.