# e.g. code
# from bottle import Bottle, run
# bottle = Bottle()
run(app=bottle,
    server='bjoern',  # ??? How can I emulate this ???  
    host='localhost', # dev_appserver.py option available
    port=8080,        # dev_appserver.py option available
    reloader=True,    
    debug=True)       # dev_appserver.py option available

Hi, I'm using `appengine-python-bottle-scaffold` in Python 2 dev 
environment, and stuck at trying to emulate a Bottle `run` command as 
described above with `dev_appserver.py` options. Can anybody help me with 
this approach?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b36231f4-81ce-462d-90c3-3bb2d6868072%40googlegroups.com.
  • [google-appengine]... Sunando Samaddar

Reply via email to