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

Windows error path sqlite #9

Closed
StanGirard opened this issue Jun 30, 2020 · 1 comment
Closed

Windows error path sqlite #9

StanGirard opened this issue Jun 30, 2020 · 1 comment

Comments

@StanGirard
Copy link
Owner

Error for windows users:

Change path SQLite in SQLALCHEMY Config from 'sqlite:////tmp/test114.db' to r'sqlite:///C:\tmp\test114.db'

Implement OS Detection to avoid this issue

@StanGirard
Copy link
Owner Author

For windows users:

Create a .env file and add `SQLALCHEMY_DATABASE_URI=r'sqlite:///C:\tmp\test114.db'

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

1 participant