Skip to content

Instantly share code, notes, and snippets.

@perymerdeka
Created September 2, 2021 14:46
Show Gist options
  • Save perymerdeka/467eb74173f32c60a84d1856cfc10118 to your computer and use it in GitHub Desktop.
Save perymerdeka/467eb74173f32c60a84d1856cfc10118 to your computer and use it in GitHub Desktop.
automation using Makefile for flask_blog application
run-dev:
export FLASK_APP=manage.py && export FLASK_ENV=development && export APP_SETTINGS='projects.config.DevelopmentConfig' && flask run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment