Open Cphrampus opened 7 years ago
Would that also support an address to a non-local db?
Here's the stub on how to setup DBs for Django . I believe the SQLite database is just a file that will be poll when needed. I am not sure if that file will be added to source control, but if not, we will have to recreate that DB for whatever machine we host this on.
We wouldn't want to source control the db. I realize this wasn't the intention, but I was curious anyway, if this would extend nicely to support a local app that, say you and I could run on our own machines, that would sync back to a central db.
Django has a built in connection to SQLite. Use that?