postgres

Django Database

Handling databases in Django When starting a project sqlite is preinstalled. This database is in development sufficient. When going to production it is recommended to use postgresDB. In django you can create new databases within the models.