brianttn / aws-s3-django-imageWall

Django image wall integrating Amazon S3 cloud service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django image wall integrating Amazon S3 cloud service

Explore the website

Table of contents

About the project

The django image wall website uses the django framework and Python's Pillow image library to develop the function of uploading images.This project integrates Amazon S3 cloud service and stores uploaded image files in Amazon S3 buckets to improve data storage flexibility.

Project Implementation and Deployment

Project implementation mainly uses the following packages:

  • django
  • django-storages
  • Pillow
  • boto3
  • whitenoise

The project is deployed on the railway platform.

Application execution screenshot

AWS-S3_Railway-Deployment

About

Django image wall integrating Amazon S3 cloud service


Languages

Language:Python 76.3%Language:HTML 23.7%