Using Collage, you are able to save the image you love to your database while browsing upon one click.
It serves as a fully functional social website that focuses on image sharing and user interaction.
Install the dependencies with
pip install -r requirements.txt
Create a superuser with create superuser and follow the instructions
Run the local server with python manage.py runserver, the stack will be on port 8000
To access the admin portal, go to localhost:8000/admin
To bookmark an Image, simply drag the BookMark It button on the dashboard to your bookmark on your browser and go to the destination website where you would like to bookmark you image.
Inspired by Pakt Django2 By Example.