X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=docs%2FINSTALL;h=8f3aab93f6fe48a57b69b482734ac74f35c81882;hb=9e12fad86bebbd70025b948cc0ea9fbff44a725a;hp=1748601954c04cc095318f1cfde346433c94d4b8;hpb=3d3b4b3d8f694df76b7be490ca025302f8ba19ae;p=patchwork diff --git a/docs/INSTALL b/docs/INSTALL index 1748601..8f3aab9 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -86,6 +86,11 @@ in brackets): MEDIA_ROOT TEMPLATE_DIRS + If you wish to enable the XML-RPC interface, add the following to + your local_settings.py file: + + ENABLE_XMLRPC = True + Then, get patchwork to create its tables in your configured database: cd apps/