I get this error:
ConnectionDoesNotExist: The connection smsd doesn't exist
DB name is "gamm" and inside the settings.py from django i have set:
NOSMSD_DATABASE = {'type': 'Postgres', 'name': 'gammu'}
DATABASE_ROUTERS = ['nosmsd.django_routers.NoSMSdRouter']
any other settings to make it work with django 1.9?
I get this error:
ConnectionDoesNotExist: The connection smsd doesn't exist
DB name is "gamm" and inside the settings.py from django i have set:
NOSMSD_DATABASE = {'type': 'Postgres', 'name': 'gammu'}
DATABASE_ROUTERS = ['nosmsd.django_routers.NoSMSdRouter']
any other settings to make it work with django 1.9?