Lispython / sentry-cookbook

Chef cookbook for sentry
Other
25 stars 22 forks source link

Use sentry user model #6

Open cevou opened 10 years ago

cevou commented 10 years ago

When installing the latest sentry version I got an error, that the default User model was overrideen by the one from sentry. Because of that the superuser creator did not work. This change addresses this issue.

Lispython commented 10 years ago

I think that this code not compatible with old versions.

cevou commented 10 years ago

Perhaps you can create a branch which still supports old versions and keep the master branch up to date with sentry development.