WEBVTT 00:00.180 --> 00:02.450 Hello everyone and welcome to Django framework. 00:02.520 --> 00:08.430 Level 2 competency assessment let's check the appropriate acquisition of all your new programming skills 00:08.730 --> 00:16.240 by creating a new web API which will provide the list of quotes and the specifics for this new web API. 00:16.260 --> 00:17.370 Are the following. 00:17.370 --> 00:22.960 Create update and delete permissions must be granted exclusively to admin. 00:22.980 --> 00:29.370 Users are only once users must be able to retrieve the available records budget 18 group of 30. 00:29.370 --> 00:30.740 Quotes each. 00:30.780 --> 00:33.450 The project requires using a single model. 00:33.450 --> 00:37.800 You can call it quote which must include the following fields. 00:37.890 --> 00:46.310 Quote author and body context source and create a debt to write the views you must use their concrete 00:46.330 --> 00:47.520 view classes. 00:47.670 --> 00:54.450 We've learned to use during this section and I remember that as always you can download all the code 00:54.450 --> 00:59.700 and the slides used so far from the first lesson of the section. 00:59.700 --> 01:00.390 Happy coding.