Paul J. Davis 3ad7c1b395 Make WSGI app names are now evaled in the module namespace.
This allows people to pass info from the command line to a WSGI
application. See examples/alt_spec.py for code that uses this
method. Example invocation:

    $ gunicorn 'alt_spec:load("my arg here")'

Notice the single quotes to avoid shell escape semantics.

Closes #56
Closes #40
2010-07-08 00:12:15 -04:00
..
2010-02-20 23:18:16 +01:00
2010-03-17 01:06:17 +01:00
2010-04-09 18:09:29 -04:00
2010-02-20 16:54:05 +01:00
2010-03-17 01:06:17 +01:00
2010-03-23 21:09:15 +01:00
2010-05-23 00:45:31 +02:00