The README.txt goes into some length to describe how I could share the DATABASE settings inbetween Etherpad and the Django-Etherpad bridge.
I managed to set up my project this way. But do I need to do this? From what I can see, the app mostly uses the API-client, which doesn’t require direct database access? So could I keep the two on separate databases?
Hello,
The README.txt goes into some length to describe how I could share the DATABASE settings inbetween Etherpad and the Django-Etherpad bridge.
I managed to set up my project this way. But do I need to do this? From what I can see, the app mostly uses the API-client, which doesn’t require direct database access? So could I keep the two on separate databases?
Thanks,