upenndigitalscholarship / deep

MIT License
3 stars 1 forks source link

switch Django from sqlite to MySQL #141

Open apjanco opened 1 year ago

apjanco commented 1 year ago

The database is currently saved to a file db.sqlite3 This is fine and makes for easy backups. It's generally considered good practice to switch to a full database server for production.