You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lahiru de Alwis edited this page Mar 24, 2022
·
6 revisions
Django Training - Beginner
Only follow official documentation and additional resources listed below. If you don't understand anything in the docs ask from your immediate supervisor
Go through the Tutorial (section 1,2,3) and Implement the exerceise(Polls app): Start here
Make sure to cover the following areas in your exercise.
a. You should be able to view the database, tables and data. Understand Django ORM maps models into tables in the database. Revise the ORM concepts if you've forgotten them.
b. Understand the cycle of a request from the client to server them back to the client. Think about a single request and see how it goes through the implementation of your application.
c. Make sure that you understand each line of your code. (Code that you wrote)
Discuss the learning outcomes with your supervisor. Get clarifications on the things that you didn't quite understand.