Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Question #36

Closed
Nolapete opened this issue Aug 26, 2016 · 2 comments
Closed

Question #36

Nolapete opened this issue Aug 26, 2016 · 2 comments
Labels

Comments

@Nolapete
Copy link

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.

  1. read JSON data in using requests to get a list of imdb ids and showtimes from our POS system
  2. serializer would then add the films into django.

Is this a good fit?

@avelis
Copy link
Contributor

avelis commented Aug 26, 2016

@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.

@Nolapete
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants