Django Flashcards

(34 cards)

1
Q

(Django) F()

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

(Django) Concat()

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

(Django) Abstract models

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(Django) Proxy models

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(Django) Multitable inheritance

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

(Django) Indexes

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

(Django) Atomic transactions

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

(Django) Constraints

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

(Django) Custom migrations

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

(Django) Full clean

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

(Django) Querysets

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

(Django) Caching in Django

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

(Django) Low level caching

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

(Django) Request/response cycle

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

(Django) Scalling

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

(Django) Pooling

17
Q

(Django) Storing data in session

18
Q

(Django) Signals

19
Q

(Django) WebSockets

20
Q

(Django) Channels

21
Q

(Django) Factories

22
Q

(Django) Separating business logic

23
Q

(Django) Model validation

24
Q

(Django) Model properties

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)