-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postorius fixes #438
Postorius fixes #438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for doing this. Postorius’ image unfortunately is neglected more than other images. But it is great to have it up-to-date and have core image support Postorius’s image in a more first class way.
I have just a minor comment, but rest looks good.
I see @maxking but what about |
Postorius doesn't depend on django-compressor, not yet atleast. |
Thanks, lgtm! |
Hey @maxking
This PR is for making Postorius-only deployment better by disabling non-existent Hyperkitty archiver (and avoiding its representation as "Active" in "Settings - Archiving" menu of a list).
Also, I've found
postorius
settings.py
file quite outdated in comparison with the one ofweb
image. I've migrated to it everything which seemed reasonable to me.However, I wonder should we migrate
django-compressor
part as well or it's Hyperkitty-specific?