flask-project-template icon indicating copy to clipboard operation
flask-project-template copied to clipboard

DO NOT FORK, CLICK "Use this template" - A github template to start a Flask Project - this uses github actions to generate your project based on the template.

Results 3 flask-project-template issues
Sort by recently updated
recently updated
newest added

This fixes the cli commands which weren't working before. They were: 1. Added incorrectly 2. Missing decorators `make lint` failed before I made changes because of `db.Model`, `make test` also...

I have added an unauthenticated outline of a flask_resful Resource with a post, which is close to the requested PR that you outlined in the code here. https://github.com/digitaldebrief/sample_auth/blob/b371c0e5d4500f4e9fe7f61284184e5ee3fc7c11/sample_auth/ext/restapi/resources.py#L17 I'm happy...

Would you be open to a pull request that does a bunch of stuff with authentication and authorization? Or would that make the template too complicated for new users (which...