Skip to content
Snippets Groups Projects
Mitchell Moore's avatar
Mitchell Moore authored
- Changed UAB OnDemand header and removed static folder
- Remove extra form fields
- Fixed user name population issue.
- Fixed redirect loop
- (fix) Prevent app from routing back to index
- Update readme
- (fix) Registration script call
- (fix) Jinja Version Update
- (fix) incorrect redir argument
- (fix) removed hardcoded return value
- Combine index and SignUp routes
- (fix) get redir args
- (fix) localize css elements
422da996

Project Setup

To clone this repo use the command:

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

Prerequisites

pip intall -p requirements.txt
  • Note, to install flask in your own $HOME use pip install --user Flask.

Starting the virtual machine for Flask

  • Change to the flask_user_reg directory.
  • then start virtual machine:
source venv/bin/activate