leylaso / django-etherpad-lite

Project to provide a django based UI for etherpad lite
33 stars 11 forks source link

Do I need to share the database to make it function? #21

Closed codingisacopingstrategy closed 11 years ago

codingisacopingstrategy commented 11 years ago

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,

codingisacopingstrategy commented 11 years ago

OK, I get it now. Updated the README: https://github.com/sfyn/django-etherpad-lite/pull/22