Notes

Source: 📖 Django for Professionals ch2 p23


Use the same database in local development and production

There are many small and hard-to-catch bugs if you use a different database locally than you do in your production environment. For that reason, don't use the built-in SQLite database that comes stock with Django.