Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/flaskr/README
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

2. Instruct flask to use the right application

export FLASK_APP=flaskr
export FLASK_APP=flaskr.py

3. initialize the database with this command:

Expand Down
2 changes: 1 addition & 1 deletion examples/minitwit/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

2. tell flask about the right application:

export FLASK_APP=minitwit
export FLASK_APP=minitwit.py

2. fire up a shell and run this:

Expand Down