How do you connect your Django Project to the database?

We need to configure our database in the settings.py file. By default, SQLite is mentioned there, and we need to change this setting accordingly like PostgresMongoDB, and MySql.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *