$ python manage.py runserver

You can find the server at localhost:8000

You can also specify the ip and the port by using: (or something like this I’m not entirely sure).

$ python manage.py runserver 0.0.0.0:<portnumber>

NOTE: Don’t actually use for real production server.

“Now’s a good time to note: don’t use this server in anything resembling a production environment. It’s intended only for use while developing. (We’re in the business of making Web frameworks, not Web servers.)”