Skip to content

gwilson253/flask_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Application Setup Guide

  1. Fork the repository:

https://www.tilcode.com/fork-your-own-repo-on-github/

  1. Create virtual environment (assuming Python 3)

$ python -m venv --without-pip venv

  1. Download & install the get-pip.py file

$ python get_pip.py

  1. Install requirements:

$pip install -r requirements.txt

  1. Create development database:

$ python manage.py db upgrade

  1. Create roles:
$ python manage.py shell
>>>Roles.insert_roles()

About

Simple flask application template with user profiles & permissions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors