Skip to content

sagarkaurav/hashnode-blog-flask-sqlalchemy-audit-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracking database changes in Flask Sqlalchemy for audit logs

Installation

  1. Run pip install -r requirements.txt to install dependenices.
  2. Start flask shell by running flask shell.
  3. create database tables by importing db from app inside flask shell and calling db.create_all() function.

About

This an example application written to explain how to use flask sqlalchemy for audit logs

Resources

License

Stars

Watchers

Forks