Django is a fully featured Python web framework that can be used to build complex web applications. In this course, you’ll jump in and learn Django by example. You’ll follow the steps to create a fully functioning web application and, along the way, learn some of the most important features of the framework and how they work together.
By the end of this course, you will be able to:
- Understand what Django is and why it’s a great web framework
- Understand the architecture of a Django site and how it compares with other frameworks
- Set up a new Django project and app
- Build a personal portfolio website with Django
webdeveloper on March 2, 2020
Hi,
How would you handle Model when db table already exist. I know you can make model from existing db with inspectdb command. Can we do work without Model and create views. I am working with DRF and I have already db in place with the table.
I hope you understand my question.
Thanks