Hello_server.pyΒΆ

hello_server.py is a simple Django app that does two things:

  • It starts a fcgi webapp that serves a “Hello, world” page;
  • It starts Nginx to be the http front-end.

Previous topic

Examples

Next topic

ChangeLog

This Page