Databases in Django
Today I learned how to work with databases in Django. I learned how to create tables using models and how to use queries to retrieve data. I started building a small web application to manage tasks using Django and a database.
• Today's Achievement: Build a simple application to manage tasks using Django and a SQLite database.
Comments
Post a Comment