Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 389 Bytes

Description:

This is a sample page that I used to learn WebPy. It is not meant to be useful in product in it state.

It it a ultra basic ticket system with a login system.

NOTE: Modified version of webpy required.

Usage: git clone https://github.com/mochouinard/webpy.git ln -s webpy/web . sqlite3 sample.db < db.sql cp sample.ini local.ini

Edit local.ini as needed

python server.py