We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b62a42 commit 4fe1353Copy full SHA for 4fe1353
README.md
@@ -36,7 +36,7 @@ app.config["SQLALCHEMY_DATABASE_URI"] = "postgresql://localhost:5432/blog_db"
36
#### Setup
37
We can either pass the instance to FileUpload(app) or to the init_app(app) method:
38
````python
39
-from flask_jwt_router import JwtRoutes
+from flask_file_upload import FileUpload
40
41
42
app = Flask(__name__, static_folder="static") # IMPORTANT: This is your root directory for serving ALL static content!
0 commit comments