Skip to content

Django를 이용한 instagram clone new Repository입니다.

Notifications You must be signed in to change notification settings

mindobiee/DjangoProject2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Clone

Cloning Instagram with Python(Django==3.1.2)

Model

Pages:

user

  • Join
  • Login
  • Logout
  • Delete
  • Change Password
  • User Detail
  • Edit Profile
  • Follow
  • User's photo
  • User's photo count

url

http://127.0.0.1:8000/member/join/

http://127.0.0.1:8000/member/login/

http://127.0.0.1:8000/member/logout/

http://127.0.0.1:8000/member/profile_update/

http://127.0.0.1:8000/member/change_password/

http://127.0.0.1:8000/member/people/<사용자 이름>

photo

  • Create
  • Read
  • Update
  • Delete
  • DetailView
  • Comments
  • Search
  • User
  • Hashtag
  • Likes

url

http://127.0.0.1:8000/photo/

http://127.0.0.1:8000/photo/<번호>

http://127.0.0.1:8000/photo/create

http://127.0.0.1:8000/photo/update/<번호>

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

Requirements

  • asgiref==3.2.10
  • Django==3.1.2
  • django-hashers-passlib==0.4
  • django-rest-auth==0.9.5
  • djangorestframework==3.12.1
  • passlib==1.7.4
  • Pillow==8.0.1
  • python-mimeparse==1.6.0
  • pytz==2020.1
  • RestAuth==0.6.3
  • RestAuthCommon==0.7.0
  • six==1.15.0
  • South==1.0.2
  • sqlparse==0.4.1
  • django-bootstrap4

About

Django를 이용한 instagram clone new Repository입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published