Ask Your Question
2

How can I showcase images after deploying Django onto GAE?

asked 2022-04-19 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-11-22 14:00:00 +0000

djk gravatar image

There are several ways to showcase images after deploying Django onto GAE:

  1. Use a cloud-based storage service such as Google Cloud Storage or Amazon S3 to host your images. This will allow you to store large amounts of data and serve images quickly and reliably.

  2. Utilize Django's built-in media handling capabilities. This involves configuring a media directory and using the ImageField or FileField in your Django models. You can use something like django-storages to store uploaded media files on GAE.

  3. Use a third-party image hosting service like Imgur or Flickr. These services provide APIs that can be integrated with your Django application to allow users to upload and showcase images.

  4. Develop your own custom solution for showcasing images. This could involve using a third-party library like Pillow or Wand to manipulate and display images on your website, or building an image gallery using JavaScript and HTML.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-04-19 11:00:00 +0000

Seen: 8 times

Last updated: Nov 22 '22