Sunday, December 18, 2016

Django - JSON API for incoming POST

Need a way to bring in a POST with JSON data and django appears to be workable.  sqlite and webserver built-in for quick prototype.  I'm now able to receive an SMS and log the JSON data.

Installing Django:

   14  wget https://bootstrap.pypa.io/get-pip.py
   16  python get-pip.py
   28  pip install Django
   90  pip install sh

python manage.py runserver 0.0.0.0:8000

No comments:

Post a Comment