Skip to content

jacksonsr45/python_to_you

Repository files navigation

Python To You

This is simple project in Python with Flask

Command Line RunServer

python manage.py runserver

Command Line exec Tests

run behave:

python manage.py behave

run testes:

python manage.py unittest

run tests with coverage:

python manage.py coverage

show report coverage:

python manage.py coverage_report

show report coverage html:

python manage.py coverage_html

WebPage from generate .gitignore

generate gitignore -> https://www.toptal.com/developers/gitignore

Commands Line DB

python manage.py db init
python manage.py db migrate
python manage.py db upgrade
python manage.py db --help

About

This is a simple blog Flask!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors