Skip to content
Discussion options

You must be logged in to vote

You can add this to your ~/simmate/settings.yaml file:

database:
  engine: django.db.backends.sqlite3
  name: '/path/to/my/example.sqlite3'

Until v0.18.0 is released, this will only work with a dev install because of a bug that I just patched #746. You were the first to try this with sqlite 🙃

Also, since you've hit the point of messing with your sqlite database, it might be worth switching to using postgres. You can host the postgres db wherever, as long as your python instance has internet access. For example, this is what it looks like when you connect to a postgres instance hosted on digitalocean:

database:
  engine: django.db.backends.postgresql
  host: db-postgresql-nyc3-49797-do-use…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Andrew-S-Rosen
Comment options

Answer selected by Andrew-S-Rosen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants