A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/phalt/twilio-django-part-1 below:

phalt/twilio-django-part-1: A simple twilio django sms application

This is a simple Django application demonstrating how to integrate django-twilio into your Django projects.

  1. Download this repository

  2. Install the requirements with pip:

    $ pip install -r requirements.txt

This will install:

  1. Open the urls.py to see how the URL configuration has been done

  2. Open the views.py to see how the views are set up.

  3. Get the server running with:

    $ python manage.py runserver

You can use cURL to test the server, this will output the TWiML response:

    curl -X POST 127.0.0.1:8000/sms/
    <?xml version="1.0" encoding="UTF-8"?>
        <Response>
            <Message>
                <Body>Hello world! Get in touch - paul@twilio.com</Body>
            </Message>
        </Response>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4