Python has excellent database support built into its standard library, so you can create and interact with a database without relying on external frameworks like the Django ORM.
How to Create a Registration App With Python and a Database
Build this app to learn about creating a database table and populating it with data.