File tree 1 file changed +21
-18
lines changed
1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Cloning Instagram with Python(Django==3.1.2)
4
4
5
- ## Requirements
6
- - asgiref==3.2.10
7
- - Django==3.1.2
8
- - django-hashers-passlib==0.4
9
- - django-rest-auth==0.9.5
10
- - djangorestframework==3.12.1
11
- - passlib==1.7.4
12
- - Pillow==8.0.1
13
- - python-mimeparse==1.6.0
14
- - pytz==2020.1
15
- - RestAuth==0.6.3
16
- - RestAuthCommon==0.7.0
17
- - six==1.15.0
18
- - South==1.0.2
19
- - sqlparse==0.4.1
20
- - django-bootstrap4
21
-
5
+ ## Model
6
+ <img src = " https://user-images.githubusercontent.com/33727516/98671440-9a424400-2397-11eb-9577-553e35bed4ce.jpg " width =500 ></img >
22
7
23
8
## Pages:
24
9
@@ -33,7 +18,8 @@ Cloning Instagram with Python(Django==3.1.2)
33
18
- [x] Follow
34
19
- [x] User's photo
35
20
- [x] User's photo count
36
-
21
+
22
+ <img src =" https://user-images.githubusercontent.com/33727516/98671733-0e7ce780-2398-11eb-8bb2-f544397e5895.JPG " width =800 ></img >
37
23
38
24
url
39
25
@@ -73,3 +59,20 @@ http://127.0.0.1:8000/photo/update/<번호>
73
59
74
60
http://127.0.0.1:8000/photo/delete/ <번호>
75
61
62
+
63
+ ## Requirements
64
+ - asgiref==3.2.10
65
+ - Django==3.1.2
66
+ - django-hashers-passlib==0.4
67
+ - django-rest-auth==0.9.5
68
+ - djangorestframework==3.12.1
69
+ - passlib==1.7.4
70
+ - Pillow==8.0.1
71
+ - python-mimeparse==1.6.0
72
+ - pytz==2020.1
73
+ - RestAuth==0.6.3
74
+ - RestAuthCommon==0.7.0
75
+ - six==1.15.0
76
+ - South==1.0.2
77
+ - sqlparse==0.4.1
78
+ - django-bootstrap4
You can’t perform that action at this time.
0 commit comments