We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88796f commit 8df65f8Copy full SHA for 8df65f8
README.md
@@ -1,2 +1,35 @@
1
# django-cheat-sheet
2
-A cheat-sheet to make your Django apps better.
+> A cheat-sheet to make your Django apps better.
3
+
4
+## Contents
5
6
+- [Designing Models](#designing-models)
7
+- [Caching](#caching)
8
+- [Performance](#performance)
9
+- [Security](#security)
10
+- [Deployments](#deployments)
11
+- [Authentication](#authentication)
12
13
+## Designing Models
14
15
+- ToDo
16
17
+## Caching
18
19
20
21
+## Performance
22
23
24
25
+## Security
26
27
28
29
+## Deployments
30
31
32
33
+## Authentication
34
35
0 commit comments