Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#173 closed defect (invalid)

How do I start Django's in built webserver?

Reported by: andrew.phillipo@… Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords: Apache Web Server built-in
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I don't want to spend however long setting up apache! It says in your docs that you have been super clever and thought of me by including a webserver out of the box. Maybe I am being very silly and missing it but I can't seem to find how to start said webserver?

Does it really exist ;-) ?

Thanks guys, you need a forum for this sort of stuff btw.

Change History (1)

comment:1 by clintecker@…, 19 years ago

Resolution: invalid
Status: newclosed

The Tract DB is not for support issues, please use the django-users mailing list: http://groups-beta.google.com/group/django-users or the IRC channel #django on irc.freenode.com

As for your question, it's documented in the second tutorial: http://www.djangoproject.com/documentation/tutorial2/ search for "runserver"

Note: See TracTickets for help on using tickets.
Back to Top