You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
@Nolapete It depends. Could you elaborate more on what problem django-rest-hooks is alleviating for you? This will help me better understand if this library is the right fit for your issue.
It almost sounds like Celery could achieve what you are looking for using async task processing.
I've been exploring Celery as an option, but django-rest-hooks looked like it could work. I'll try to integrate the example into my project and see if it does.
I think django-rest-hooks would be a good fit for a project I'm working on but would like to be sure before I head down the path of using it.
I have a django rest framework serializer already working from a view input.
I'd like to have this done as a scheduled event rather than manually.
Is this a good fit?
The text was updated successfully, but these errors were encountered: