Definition Django works very well all types databases. However, python comes with pre-package sqlite3 and no additional installation is required except to add import syntax. Example
Examples Here in this example, the CharField is used to store the data into the field. The data is recorded and saved in models.py and retrieved and displayed through the views.py.
Here, this examples, mydb.db database is created and in that database Table3 is created with Fields, name, email, telephone and income. The values are displayed through for loop by order of income in html file.
|