You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,12 @@ This example provides this api:
76
76
77
77
.. warning::
78
78
79
-
In this example, I use Flask-SQLAlchemy so you have to install it before to run the example.
79
+
In this exampleFlask-SQLAlchemy is used, so you'll need to install it before running this example.
80
80
81
81
$ pip install flask_sqlalchemy
82
82
83
-
Save this as api.py and run it using your Python interpreter. Note that we've enabled
84
-
`Flask debugging <http://flask.pocoo.org/docs/quickstart/#debug-mode>`_ mode to provide code reloading and better error
83
+
Save `this file <https://github.com/AdCombo/flask-combo-jsonapi/blob/master/examples/api.py>`_ as api.py and run it using your Python interpreter. Note that we've enabled
84
+
`Flask debugging <https://flask.palletsprojects.com/en/2.0.x/quickstart/#debug-mode>`_ mode to provide code reloading and better error
0 commit comments