Initialisation of required & optional parameters for appΒΆ

This module sets required and optional params for the stuff to be deployed.

default is python/django/circus/nginx deployement

PARAMS = {
           'role': {
                    'required_params'  : {  key description },
                    'optional_params'  : {  key description }
                   }
         }
...

Previous topic

Init part of the library

Next topic

Install a django web app with virtualenv,circus & nginx

This Page