Cphrampus / FPMS

A management system for small "one-day" projects
MIT License
0 stars 0 forks source link

Add db connection #7

Open Cphrampus opened 7 years ago

Brahmancer commented 7 years ago

Django has a built in connection to SQLite. Use that?

Cphrampus commented 7 years ago

Would that also support an address to a non-local db?

Brahmancer commented 7 years ago

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.

Cphrampus commented 7 years ago

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.