On 12/21/05, Michael Hipp <[EMAIL PROTECTED]> wrote:

The documentation says "Django comes with its own Web server for development
purposes." I'd like to use this for development and experimentation. But I can
find nothing about where it lives or how to configure and run it. Any pointers?

You're probably looking for the django-admin.py runserver command. Check out http://www.djangoproject.com/documentation/tutorial2/ and search for "Start the development server"

Joseph

Reply via email to