Monday, September 22, 2014

Re: n00b question - using Django for web services

Rog

Django is an option, you may also want to look at the Django REST Framework too ( http://www.django-rest-framework.org ).

If you want to do something really simple you might want to look at Flask ( http://flask.pocoo.org ), it is another python based web framework, 'lighter' than Django but it does a lot less.

François


On Sep 22, 2014, at 2:19 AM, Roger Rustad <roger.rustad@gmail.com> wrote:

> 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 django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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.

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/439CE913-97CB-4615-98F5-4766DD04BDF9%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment