Skip to content
Snippets Groups Projects
Mitchell Moore's avatar
Mitchell Moore authored
Add watchdog to check for file changes in flatdb. Add username to the file being written in flatdb. Update requirements

- Include watchdog integration to monitor dir changes
- Update requirements and comment prints
- File write and logic fix. Responds to file change
- Properly initiate while loop, include debug info
- Finalize change loop
- Fix variable confusion in index route
- Fix variables
- Update documentation
- Fix comment
- Add username to file name
1371d75c

Project Setup

To clone this repo use the command:

$ git clone https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git

Prerequisites

$ cd ~/your/repo/path/flask_user_reg
$ source venv/bin/activate
$ pip install -r requirements.txt
  • Note, to install flask in your own $HOME use pip install --user Flask.