Shemin Anto

Results 3 comments of Shemin Anto

``` python DATABASES = { 'default':{}, 'users': { 'NAME': 'user_data', 'ENGINE': 'django.db.backends.mysql', 'USER': 'mysql_user', 'PASSWORD': 'priv4te' }, 'mongodb': { 'ENGINE': 'djongo', 'NAME': 'your-db-name', 'ENFORCE_SCHEMA': False, 'CLIENT': { 'host': 'host-name or...

it's possible to have different models for different databases and migrate them separately For that you need to use database Routers

Any updates on this? I am facing performance issues with `sortableContext` when there are more than 500 components.