pyfarm.master.index module

Index

Contains the endpoints for master”s index (“/”)

pyfarm.master.index.favicon()[source]

Sends out the favicon from the static directory

Warning

On deployment, /favicon.ico should really be handled by the frontend server and not the application.

pyfarm.master.index.index_page()[source]