Emmanuel Valette
Emmanuel Valette
Hello @hpardora and @bitjockey42 and sorry for taking so long to answer. As @bitjockey42 pointed out, those issues are related to breaking changes introduced in flask-jwt-extended. I'm currently working on...
@hpardora @bitjockey42 issue should be solved with commit f1e9a29, build is passing now
@bitjockey42 thanks for the feedback, I'll close this issue, don't hesitate to re-open it if you still have issues with the `flask_jwt_extended` upgrade
Hello @alexanderdamiani This is due to a breaking change in `flask_jwt_extended` itself, see [here](https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/) for more details. In this cookiecutter I've upgraded imports to match those breaking changes, do you...
Hello @martgra and thanks for reporting this issue. For a) I'll add some details to the readme to specify that you need at least a rabbitmq to pass celery tests...
Hi @archienorman11, While I'm okay to work on this, I'm not sure this fit the scope of this cookiecutter. This API is very simple and don't have any resource except...
FYI, I just made a PR with some cleanup. After it get merged I'll work on that topic
Hello @espoirMur, That could be a good idea, but if we want to provide a default template we should also make it optional, because different projects will need different CI...
Hello @magicallyindia, Sadly not, it's mainly a quick start for flask and thus doesn't include those kind of tools. And since it's a cookiecutter and not a lib that you...