Django Flashcards
(34 cards)
16
Q
(Django) Pooling
A
17
Q
(Django) Storing data in session
A
18
Q
(Django) Signals
A
19
Q
(Django) WebSockets
A
20
Q
(Django) Channels
A
21
Q
(Django) Factories
A
22
Q
(Django) Separating business logic
A
23
Q
(Django) Model validation
A
24
Q
(Django) Model properties
A
25
(Django) Model methods
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/004_Model_methods.md)
26
(Django) Service concept
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/006_Service.md
https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/007_Service_examples.md)
27
(Django) Service - selectors
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/010_Service_selectors.md)
28
(Django) API and Serializers
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/012_API_and_Serializers.md)
29
(Django) List API
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/013_API_List.md)
30
(Django) Detail API
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/014_API_Detail.md)
31
(Django) Create API
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/015_API_Create.md)
32
(Django) Update API
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/016_API_Update.md)
33
(Django) Fetching objects
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/Good_practices/017_Fetching_objects.md)
34
(Django) Query optimization
[URL](https://github.com/MateDawid/Learning/blob/main/Notes/Technologies/Django/005_ORM/014_Query_optimization.md)