Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
soorajpazeekal opened this issue Jan 28, 2019 · 1 comment
Closed

Comments

@soorajpazeekal
Copy link

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

@soorajpazeekal soorajpazeekal changed the title I can connect this with sqlite3 db? for development purpose! Can i connect this with sqlite3 db? for development purpose! Jan 28, 2019
@narrowfail
Copy link
Owner

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants