Skip to content

Commit 8b9c6da

Browse files
committed
publish package
1 parent cd8fcb6 commit 8b9c6da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ Same as the command line, this will prompt you to enter some data, press enter t
3737

3838
## Start the server
3939

40-
First, setup the virtual environment
40+
First, setup the virtual environment and set environment variables. (APP_ENV or FLASK_ENV to 'dev' or 'prod')
4141

4242
```bash
4343
cd <your_project_name>
4444
python -m venv venv
4545
source venv/bin/activate
4646
pip install -r requirements.txt
47+
export FLASK_ENV=dev
4748
```
4849

4950
Then start the server

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kickstart_flask_app"
7-
version = "1.2.0.dev2"
7+
version = "1.2.0"
88
authors = [{ name = "Majdi Mahfoud", email = "[email protected]" }]
99
description = "Generate a new Flask app project."
1010
readme = "README.md"

0 commit comments

Comments
 (0)