Search code examples
pythondjangocookiecutter-django

Anyway to enable sentry on cookiecutter-django after the fact?


I created a django app using cookiecutter-django. While getting ready to deploy I realized I should have enabled sentry during project setup. Am i out of luck here and need to redo everything? Or is there a way I can enable it?


Solution

  • You will need to add in the library yourself. You can follow the instructions to install sentry here: https://raven.readthedocs.io/en/stable/integrations/django.html