Skip to content

This is a djanogo project create for the intership assignment of Ignis Tech Solution on intershala

Notifications You must be signed in to change notification settings

kuldeepdev407/py-django-app

Repository files navigation

Event App : Django

A django based web app where you can add event and like them created with use of Python Django and mysql This is project for assigment for internship.

Running

Required: Docker, Python

  1. Fist install python library using command pip install -r requirements.txt
  2. Run the docker docker container using docker compose up -d. Now your mysql server is running
  3. Now run migrations using python manage.py migrate. It will add tables and update things in your db.
  4. After this run python manage.py runserver this will run your django app. You can now got to given link in console by above command and able to see the page.

Stopping server

  1. Stop the python django server.
  2. Do docker compose down

Output of the Project

1. Simple Start Page

Screenshot of simple start page

2. Add Event Form

Screenshot of form

3. Filled Event Form

Screenshot of filledform

4. Event after Added

Screenshot of Event Added

5. Event after Liked

Screenshot of Event Liked

6. Event After added more Event

Screenshot of Event after added more event

7 Database structure

Screeshot of Datebase Description

This whole project is just assigment i did for a django based internship in 2021 or 2022 something.

About

This is a djanogo project create for the intership assignment of Ignis Tech Solution on intershala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published