Skip to content

Simple Image Display application using Django Web Framework: Intermediate Python

License

Notifications You must be signed in to change notification settings

suyashphatak23/Image-Display-App

Repository files navigation

Python

Django

html

bootstrap

Image Display App (IMAGE HANDELING)

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.

Build Status Coverage Status

Outputs

Admin Panel

Admin Panel will get the image and other inputs from admin.

No Task

Home Page

The user interface of the home page in card manner of bootstrap.

No Task

Detailed View of Images

This is detailed view of image where we can see more than one image.

No Task

Clone

Clone this repo to your local machine using https://github.com/suyashphatak23/Image-Display-App

Setup

  1. Install Python and PIP

  2. Open Command Prompt

  3. Install django python-libray in your local machine by using following commands:

> pip install django
  1. Install pillow python-libray in local machine by using following commands:

> pip install pillow
  1. Go to Project directory and open Command Prompt with the directory location.

  2. Type

> python manage.py runserver
  1. This will give you link to the server. Click it to go to website.

License

MIT license

License