wsvincent / awesome-django

A curated list of awesome things related to Django
http://awesomedjango.org
Creative Commons Zero v1.0 Universal
9.24k stars 1.28k forks source link

Add django-webhook #235

Closed danihodovic closed 8 months ago

danihodovic commented 11 months ago

name: Add a new project about: Suggest a new Django project for the Awesome Django list title: django-webhook labels: new project assignees: ''

Project Information

  1. Project Name: django-webhook
  2. Project URL: https://github.com/danihodovic/django-webhook
  3. Description:

A plug-and-play Django app for sending outgoing webhooks on model changes.

Django has a built-in signal system which allows programmers to schedule functions to be executed on model changes. django-webhook leverages the signal system together with Celery to send HTTP requests when models change.

Criteria

Please answer the following questions about the project you are submitting. This will help us evaluate if the project should be included in the Awesome Django list.

  1. Is the project new?

    • [X] Yes
    • [ ] No
  2. How long has the project been maintained? Three months.

  3. How many releases has it had if it's a library or package? 7 releases on PyPI - https://pypi.org/project/django-webhook/#history

  4. Are you the author or are you submitting the project on behalf of a company?

    • [X] I am the author
    • [ ] I am submitting on behalf of a company
    • [ ] Other (please specify)
  5. What makes it awesome? It automates sending model changes to third parties.

Additional Information

(Please provide any relevant additional information here.)

Thank you for your submission!

jefftriplett commented 10 months ago

I will queue this up for Django News and see the feedback. It looks useful to me, but it might benefit from getting more eyes on it.

jefftriplett commented 8 months ago

@danihodovic thank you for the contribution.