You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Maryam Bint Ibrahim c28319b698 Merge branch 'main' of git.legaragenumerique.fr:GARAGENUM/airtable-editor 1 year ago
.vscode initial commit 1 year ago
project add role mechanism for participants 1 year ago
.flaskenv initial commit 1 year ago
.gitignore initial commit 1 year ago
Procfile initial commit 1 year ago
README.md initial commit 1 year ago
model.env direct def of max_content_length in config.py 1 year ago
requirements.txt initial commit 1 year ago

README.md

Flask Secure application

This is a template for a Flask application, using Flask-Security-Too and SQLAlchemy.

Usage

  1. Clone the project
  2. Rename prod.env or dev.env to .env
  3. In .env, modify what you need to
  4. Create and activate python virtual env
  5. Install requirements with pip install -r requirements.txt
  6. Now you can run your app with flask run