lasuillard / django-slack-tools

Little helpers working with Slack bot 🤖 in Django.
https://lasuillard.github.io/django-slack-tools/
MIT License
1 stars 0 forks source link

Default from app settings #44

Closed lasuillard closed 5 months ago

lasuillard commented 8 months ago

Allow to specify call argument default (lazy, record_detail, get_permalink, ... for slack_message*()) from app settings.

lasuillard commented 8 months ago

~Rewrite app_settings.AppSettings with Pydantic.~

lasuillard commented 8 months ago

Add argument backend, defaulting from app settings if not set.