I have a limited progamming background (C++ in school 10+ years ago) and am needing to setup an API framework to take HTTP callbacks from landing pages (e.g. Unbounce). Given my following requirements and conditions, is Django what I want to use and where is the best place to start?
- forms filled out on a different page will need to send their info to my server (e.g. in a webhook or HTTP callback format). - My web services box needs to take those inputs (JSON POSTS ?) and then take action on them - First action I'll do here is to SMS / call via Twilio (I have a basic Python background — enough to follow someone else’s code, but not enough to hit the ground running on a big projects.) Any pointers in the right direction would be greatly appreciated. Rog -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/b552f62a-ec7b-44e3-95ef-9e163dafd476%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

