Created
April 22, 2011 01:05
-
-
Save rotaris/935812 to your computer and use it in GitHub Desktop.
Django-soaplib Hello World Web Service urls.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See also: https://gist.github.com/935809 | |
from django.conf.urls.defaults import * | |
urlpatterns = patterns( | |
'', | |
(r'^books/', 'books.views.hello_world_service'), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment