Hey All,
So my team and I are trying to build a simple Status update app for our group.
We want to be able to send SMS text messages to our Django app and update our database entries from the text messages.
We have a library that pulls the data from our SMS service [Twilio], but I am not sure where is the best place to create a function in a Django App Structure that will poll that external service for update periodically.
Any Suggestions?
Stan