Skip to content

akhilesh1kr/Image-Bookmarking-Social-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Social Website - "Image bookmarking website"

features:
- Custom Login, Logout, Password change, Password Reset using url on email, SignUp
- Image upload for profile (profile pic)
- Message Notification
- Custom Email Authentication
- Social Authentication (Login using fb/twitter/google)

- Many to Many relationship between User and Images
- Saving images using Jquery Bookmarklet
- Displaying saved image using sorl-thumbnail
- Like-Unlike feature for every Image using AJAX
- Displaying all User's profile pic who likes the Image
- Displaying list of all images using AJAX and Django's Paginator
- Follow existing Users
- Displaying User Actions (News Feed)
    (generic activity stream using select_related() and prefetch_related())
- Displaying images by popularity (likes count)
    (using 'm2mchanged' signal for denormalizing counts)

About

A Social Website - "Image bookmarking website" built on django 2.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published