项目作者: ceprio

项目描述 :
This example shows how to use EditableGrid with Python/Flask as a WebFramework
高级语言: TSQL
项目地址: git://github.com/ceprio/editablegrid-python-sqlite-example.git
创建时间: 2018-06-01T18:25:15Z
项目社区:https://github.com/ceprio/editablegrid-python-sqlite-example

开源协议:Other

下载


editablegrid-python-sqlite-example

This example shows how to use EditableGrid with Python/Flask as a WebFramework and a SQLite database. The example is based on
editablegrid-mysql-example writen originally in php by
webismymind. All php files where converted to python and javascript files kept to their
original content except with demo.js.

The same copyrights apply to this code that was applied to the original code.

Installation

Clone or Download the editablegrid-python-sqlite-example repository to your computer:

  1. git clone https://github.com/ceprio/editablegrid-python-sqlite-example

Install python dependencies:

  1. pip3 install -r requirements.txt

Run

To run the sample just run the main.py file:

  1. py.exe main.py

The command may vary according to OS and environment.

Open your favorite browser to see the result at this URL: http://localhost:5000

For further information go to the original sample repository: editablegrid-mysql-example

Have fun!