Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix - remove raven import when sentry is not being used #342

Closed tucosaurus closed 5 years ago

tucosaurus commented 5 years ago

Why was this change necessary?

Generator leaves a raven import in celery.py when sentry is not being used

How does it address the problem?

Adds the conditional for when to keep the import

Are there any side effects?

Yes.