flask-rest-api icon indicating copy to clipboard operation
flask-rest-api copied to clipboard

Fully functional CRUD RESTful API with Flask and SQLAlchemy

Results 2 flask-rest-api issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

When trying to make a post in postman I get the following error: TypeError: 'NoneType' object is not subscriptable Has to do with: title=request.json['title'] Something is causing this error.