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 mainly uses the following packages:
- django
- django-storages
- Pillow
- boto3
- whitenoise
The project is deployed on the railway platform.