ក្រោយពីមានទំព័រមុខ ដែលជាទំព័រស្តីពីទិន្នន័យនៃទោចក្រយានត្រូវដាក់ជួលរួចហើយ។ យើងអាចចាប់ផ្តើមបង្កើតទំព័រទិន្នន័យនៃអតិថិជនដែលជាអ្នកជួលកង់បាន ដោយធ្វើដូចខាងក្រោមនេះ៖
#\controllers\customer.py
import config, re, json
from bottle import template, route, request, redirect
@route('/customer')
def displayCustomer():
return template('customer', data=config.kargs)
%include("./partials/header.tpl")
%include("./partials/footer")
GitHub: https://github.com/Sokhavuth/Rental-Bicycle-App
Heroku: https://khmerweb-rba.herokuapp.com/














