Skip to content

Commit 8df65f8

Browse files
committed
Add list of intial topics to be covered
1 parent d88796f commit 8df65f8

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
11
# django-cheat-sheet
2-
A cheat-sheet to make your Django apps better.
2+
> 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+
- ToDo
20+
21+
## Performance
22+
23+
- ToDo
24+
25+
## Security
26+
27+
- ToDo
28+
29+
## Deployments
30+
31+
- ToDo
32+
33+
## Authentication
34+
35+
- ToDo

0 commit comments

Comments
 (0)