Brian Cappello
Brian Cappello
@chriamue I accidentally made a commit to this brach that didn't belong; feel free to force-push if you need to.
Off the top of my head I'd guess trying to place the route decorator on the top? Can look more closely when I get to a computer
Hey Heath, sure, I'd be open to using pipenv. I think it has the advantge of integrating with `.env` files natively (or at least I know it works with `pipenv...
I'm a little old-school and prefer mkvirtualenv myself, but I definitely agree about `pipenv` being a good default. Plus more advanced users that wish to use other tools can always...
GMail is pretty tricky, if I remember correctly. It's been a long time :) Try searching for "flask-mail gmail" or something similar. Eg this answer looks promising: https://stackoverflow.com/questions/37058567/configure-flask-mail-to-use-gmail
Hmm, let me take a look after work.
@scollar71 Hey, so I tried doing a clean build of this from master, and it does work for me (Arch Linux). So I suspect the permissions problem is on your...
Can you share any more code around how you've tried setting this up? The error suggests that the view class being passed in does not have its `methods` attribute set...
Ah okay hmm this maybe won't be super straight forward to integrate... the `api` extension is initialized in `backend/extensions/api.py` (which is where I'd try adding the `swagger.docs(Api(...))` code), but this...
The solution in this thread wasn't quite clear to me, so for anybody else landing here from google: ``` $ tree your-cookiecutter your-cookiecutter ├── cookiecutter.json ├── {{cookiecutter.project_slug}} │ ├── {{cookiecutter.package_name}}...