Can i connect this with sqlite3 db? for development purpose!
soorajpazeekal opened this issue · 1 comments
soorajpazeekal commented
Can you share a tutorial or doc about how to sync this with on "sqlite" Database?
narrowfail commented
Just change the database conector and skip to the migrate parte.
DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': 'mydatabase', } }