Skip to content

Commit 2d4f841

Browse files
authored
Update README.md
1 parent 206ae81 commit 2d4f841

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

README.md

+21-18
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,8 @@
22

33
Cloning Instagram with Python(Django==3.1.2)
44

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>
227

238
## Pages:
249

@@ -33,7 +18,8 @@ Cloning Instagram with Python(Django==3.1.2)
3318
- [x] Follow
3419
- [x] User's photo
3520
- [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>
3723

3824
url
3925

@@ -73,3 +59,20 @@ http://127.0.0.1:8000/photo/update/<번호>
7359

7460
http://127.0.0.1:8000/photo/delete/<번호>
7561

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

0 commit comments

Comments
 (0)