narrowfail/django-channels-chat

Can i connect this with sqlite3 db? for development purpose!

Closed this issue · 1 comments

Can you share a tutorial or doc about how to sync this with on "sqlite" Database?

Just change the database conector and skip to the migrate parte.

DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'mydatabase', } }