In this project, I have created a simple image display app. We will upload image from the admin panel. There are also addition field like title and description. I have also created a detailed view in which I have created a carousel which will display image in slideshow manner. These project was to clear the media handlings basics in django.
Admin Panel will get the image and other inputs from admin.
The user interface of the home page in card manner of bootstrap.
This is detailed view of image where we can see more than one image.
Clone this repo to your local machine using https://github.com/suyashphatak23/Image-Display-App
-
Install Python and PIP
-
Open Command Prompt
-
Install django python-libray in your local machine by using following commands:
> pip install django
-
Install pillow python-libray in local machine by using following commands:
> pip install pillow
-
Go to Project directory and open Command Prompt with the directory location.
-
Type
> python manage.py runserver
- This will give you link to the server. Click it to go to website.