/flask-setup

flask initial setup

Primary LanguagePython

Installation

python manage.py runserver

Development Environment

to change user credentials

# change user name
git config credential.username 'sarathchandrac'
# install venv
python -m venv env
# Run venv
.env/Scripts/activate.bat
.env/Scripts/activate.ps1