Managing the Django Sqlite development db with respect to Git

2016-02-25 Thread cortez
Hi, I'm using the out-of-the-box Sqlite database integration with my Django project, and I'm wondering how to manage it with respect to Git. Currently I have it checked in, but I suspect this isn't what I want to be doing. Also I have noticed that every time I log in to the admin interface and

Re: Managing the Django Sqlite development db with respect to Git

2016-02-25 Thread cortez
Well I don't, but I'm not sure what the alternatives are. I mean what I'm interested in are *alternatives* to keeping it under version control, so I have backups, history, versioning. Preferably something I can easily integrate with my Django workflow, without having to manually keep external c

Re: Managing the Django Sqlite development db with respect to Git

2016-02-25 Thread cortez
backups is more common in service > based dbs (mysql, postgres, etc). > > As for the history, versioning etc, of the db, just look at normal > backup workflows and get used to that the db data is separate from the > Django code. > > Enjoy, > Alex > > On 02/25/2