For example, I can call
xmlrpclib.ServerProxy('http://localhost:9069/xmlrpc/db').create_database('db_name',False, 'en')
But I would like to add a new method by a module
Thanks for the help!
For example, I can call
xmlrpclib.ServerProxy('http://localhost:9069/xmlrpc/db').create_database('db_name',False, 'en')
But I would like to add a new method by a module
Thanks for the help!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
1
Nov 19
|
8264 | |||
|
1
Jul 18
|
13076 | |||
|
1
Apr 16
|
5652 | |||
|
0
Feb 16
|
6219 | |||
|
0
Nov 15
|
4931 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Have you tried creating a new module with your custom method? Since all the methods should be available, so should yours in that case.