VelinGeorgiev / django-photo-gallery

Responsive Django Image Gallery Site Sample optimized for performance and mobile devices
Apache License 2.0
201 stars 66 forks source link

Customise the gallery #6

Open Shanthika opened 5 years ago

Shanthika commented 5 years ago

Hello, I am trying to make a gallery for a collection of images. Where should I upload the new images, and what changes should I make to the code so that the name, text description and thumb display is changed in the home screen. Thanks in advance.

VelinGeorgiev commented 5 years ago

This sample is using Django (https://www.djangoproject.com/) and it does not have any specifics other that the out-of-the-box Django structure. You can upload images from the Django admin site, but before that you will have to create admin account.

If youl'd like to change code or look, I suggest'd you have a look at the official documentation to get an idea how you can modify a Django based site pages.