Created
September 2, 2021 14:46
-
-
Save perymerdeka/467eb74173f32c60a84d1856cfc10118 to your computer and use it in GitHub Desktop.
automation using Makefile for flask_blog application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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