Dennis,

rapidSMS is based on django, the views need to be written within rapidSMS inside an app. The structure of the app is as follows:

<app_name>/
        views.py- views to be displayed in webUI e.g. http://localhost:8000/<app_name>/index
       app.py- SMS logic here
      config.py
     admin.py
     models.py

To the best of my knowledge you can't integrate rapidSMS directly with a Django instance, but you could write a web hook that pushes incoming messages to another URL which could be a Django instance etc.

On Mon, Mar 29, 2010 at 5:16 PM, Dennis Kioko <dmbuvi@gmail.com> wrote:
Thanks, Mose (& condolences to Dickson Ukanga). I was able to set up RapidSMS, but am  stuck at the building of the Application.

A question meanwhile, Can I write the App in my Django Views instead of in RapidSMS?

_______________________________________________
Skunkworks mailing list
Skunkworks@lists.my.co.ke
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks
------------
Skunkworks Server donations spreadsheet
http://spreadsheets.google.com/ccc?key=0AopdHkqSqKL-dHlQVTMxU1VBdU1BSWJxdy1fbjAwOUE&hl=en
------------
Skunkworks Rules
http://my.co.ke/phpbb/viewtopic.php?f=24&t=94
------------
Other services @ http://my.co.ke



--
John Wesonga