Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
13 results for tags bottle x
  • Bottle + UWSGI + Nginx Quickstart - Michael Lustfield
    permalink -
    - https://michael.lustfield.net/nginx/bottle-uwsgi-nginx-quickstart
    bottle nginx reverse-proxy
  • Bottle - Full Stack Python
    ressources pour python bottle
    permalink -
    - https://www.fullstackpython.com/bottle.html
    bottle python
  • SimpleTemplate Engine — Bottle 0.13-dev documentation
    The contained python expression is executed at render-time and has access to all keyword arguments passed to the SimpleTemplate.render() method. HTML special characters are escaped automatically to prevent XSS attacks. You can start the expression with an exclamation mark to disable escaping for that expression:

    >>> template('Hello {{name}}!', name='<b>World</b>')
    u'Hello &lt;b&gt;World&lt;/b&gt;!'
    >>> template('Hello {{!name}}!', name='<b>World</b>')
    u'Hello <b>World</b>!'
    permalink -
    - http://bottlepy.org/docs/dev/stpl.html
    bottle template
  • python bottle : checkboxes with the same name
    Comment récupérer la valeur de checkbox qui ont le même attribut "name" ?

    ex :
    <label><input type="checkbox" name="fruit' value="banane"/>banane</label>
    <label><input type="checkbox" name="fruit' value="pomme"/>pomme</label>
    <label><input type="checkbox" name="fruit' value="fraise"/>fraise</label>

    request.POST.getall('fruit')

    NB : pour le label qui entoure l'input, il permet de checker la checkbox en cliquant sur le label !
    (https://stackoverflow.com/questions/6293588/how-to-create-an-html-checkbox-with-a-clickable-label)
    permalink -
    - https://github.com/bottlepy/bottle/issues/43
    bottle python
  • Deployment — Bottle 0.13-dev documentation
    permalink -
    - http://bottlepy.org/docs/dev/deployment.html
    bottle python
  • python - bottle on cherrypy server + ssl - Stack Overflow
    voir ici : http://webpy.org/cookbook/ssl
    permalink -
    - https://stackoverflow.com/questions/10390927/bottle-on-cherrypy-server-ssl
    bottle python ssl
  • dgtool: SSL encryption in python bottle
    permalink -
    - http://dgtool.blogspot.fr/2011/12/ssl-encryption-in-python-bottle.html
    bottle python ssl
  • Running your Python Bottle application on Nginx using uWSGI - RunAbove knowledge base
    permalink -
    - https://community.runabove.com/kb/en/development/how-to-run-bottle-uwsgi-nginx.html
    bottle nginx
  • Fledgling Polymath — Basic Authentication in bottle.py
    permalink -
    - http://fledglingpolymath.tumblr.com/post/39977900894/basic-authentication-in-bottle-py
    basicAuth bottle python
  • Un framework Web python dans une bouteille
    permalink -
    - http://sebastien-dupire.info/python-bottle-framework.html
    bottle python
  • Tutorial — Bottle 0.13-dev documentation
    static_files (css, images,...)
    from bottle import static_file
    @route('/images/<filename:re:.*\.png>')
    def send_image(filename):
       return static_file(filename, root='/path/to/image/files', mimetype='image/png')

    @route('/static/<filename:path>')
    def send_static(filename):
       return static_file(filename, root='/path/to/static/files')
    permalink -
    - http://bottlepy.org/docs/dev/tutorial.html#static-files
    bottle python
  • Utiliser Cherrypy (serveur web léger) avec Bottle (Framework léger) | Sam & Max
    permalink -
    - http://sametmax.com/utiliser-cherrypy-serveur-web-leger-avec-bottle-framework-leger/
    bottle cherrypy python
  • Créer un site avec bottle en 5 minutes (parceque 7 c’est impossible voyons !) | Sam & Max: Python, Django, Git et du cul
    pour l'authentification avec Bottle : http://cork.firelet.net/
    merci Max ;-)
    permalink -
    - http://sametmax.com/creer-un-site-avec-bottle-en-5-minutes-parceque-7-cest-impossible-voyons/
    bottle python
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.