What is your experience with SOAP Client and Server thru Django?

2013-12-26 Thread Bernard Kuehlhorn
I'm looking to support SOAP as Client and Server thru Django. Spyne looks good. Is there any way to convert WSDL or XSD to Django Model? Does anybody have an example of support for generally available WSDL like Google search? -- You received this message because you are subscribed to the Googl

Run Individual doctest in model.py or views.py

2013-01-03 Thread Bernard Kuehlhorn
In https://docs.djangoproject.com/en/1.4/topics/testing/ , individual tests can be run. It works well for unit tests in tests.py. It should work for doctest in model.py. I can not understand how to specify a doctest. $ ./manage.py test animals.classify Thanks, ben -- You received this messag