Pythonç¨ã®Webãã¬ã¼ã ã¯ã¼ã¯ã§ããBottleã¨ãO/Rãããã¼ã®peeweeã使ã£ã¦ãPython Professional Programmingã®2ç« ã®ã²ã¹ãããã¯ã¢ããªã±ã¼ã·ã§ã³ãä½ã£ã¦ã¿ãã 試ãããã¼ã¸ã§ã³ã¯ãPython2.7ãPython3.3ãBottle0.11.6ãpeewee2.1.5ã ã½ã¼ã¹ã³ã¼ã guestbook.py # coding: utf-8 import os from datetime import datetime import peewee from bottle import route, get, post, request, run from bottle import template, static_file, redirect, html_escape BASE_DIR = os.path.dirname(os.path.
{{#tags}}- {{label}}
{{/tags}}