Create a virtual environment, install Django, create a project and an app, and finally, you will create a basic view for the project and for the app segment and run the server.
Read moreDJANGO - A ROBUST WEB FRAMEWORK FOR ROBUST RESULTS
Create Views, urls, HTML templates, use the function render, and know the Jinja template language, including flow structures, loops, and inheritance. You will work with static files and redirections.
Read moreCreate Django forms, set attributes, validate forms and upload files to the server.
Read moreCreate models for your apps, register the model in the project, and set the database connection.
Read moreCreate the first admin user, manage users and privileges, add entities to the admin CRUD, and manage other features of the backend section.
Read moreCreate an application that applies all settings shown in the past posts that execute some CRUDs.
Read moreLet's create a RestAPI exercise where we connect to a Database, consume other APIs, apply oAuth, and practice with different verbs and HTTP response codes using Django Rest Framework.
Read moreCreate a Complete App where you can apply all concepts and good practices for Django.
Read more