João Luiz Lorencetti

Results 6 issues of João Luiz Lorencetti

Maybe it's a good idea to use the Django's [flatpages app](https://docs.djangoproject.com/ja/1.9/ref/contrib/flatpages/). So pages like the about would be more easily changed on a per-instance basis.

enhancement
help wanted
needs discussion

A few projects have a button to deploy to Heroku, OpenShift, etc. I think it's a nice way for people to take a look at a running instance. But I...

Now that #18 is done, maybe it'd be a good idea to add throttling to the API, [here](http://www.django-rest-framework.org/api-guide/throttling/). For now I don't think that we really need some great values,...

There's some code in the [management command](https://github.com/dirtycoder/pets/blob/next/pets/meupet/management/commands/shareonfacebook.py) that could be extracted to a `helpers.py` or `utils.py` module and then be reused here.