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!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
1
lis 19
|
8263 | |||
|
1
lip 18
|
13072 | |||
|
1
kwi 16
|
5651 | |||
|
0
lut 16
|
6212 | |||
|
0
lis 15
|
4929 |
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.