Skip to content

Lightweight report manage system basing flask framework, this project will be deprecated in future.

Notifications You must be signed in to change notification settings

schrht/report_view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

report_view

This project a lightweight report manage system for better log storing and tracking.

It supports below features:

  • define your own project display items
  • quick search in current page or by items
  • user administration

Quick start:

#git clone https://github.com/liangxiao1/report_view.git
#pip install Flask
#pip install flask-bootstrap
#pip install flask_sqlalchemy
#pip install sqlalchemy
#python manager.py runserver -h 0.0.0.0 -p 8001

You can http://IP:8001/initdb for init new db. Then you can access it via: http://IP:8001

About

Lightweight report manage system basing flask framework, this project will be deprecated in future.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.7%
  • HTML 22.3%