0% found this document useful (0 votes)
22 views6 pages

Python Django Chat Application Guide

This document describes building a chat app using Python and Django that allows users to communicate with each other by sending and receiving messages. It introduces the project, explains that the chat app enables two-way communication, and notes that fundamental concepts from Django and Python like HTML tags and user authentication will be used.

Uploaded by

purvikkoladiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views6 pages

Python Django Chat Application Guide

This document describes building a chat app using Python and Django that allows users to communicate with each other by sending and receiving messages. It introduces the project, explains that the chat app enables two-way communication, and notes that fundamental concepts from Django and Python like HTML tags and user authentication will be used.

Uploaded by

purvikkoladiya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

 Chat App Using

Python and Django


Let’s Start..!!!!
Purvik Koladiya
Roll no:279
Div:A8
ENROLLMENT NO:
21002170110060
TABLE OF CONTENTS
INTRODUCTIO

01 02
WHAT IT DOES
N
 It’s a Simple  A chat application makes it
Chat easy to communicate with
application. people by sending and
receiving messages .

03
FUNDAMENTALS
 In this Chat App I have
use concepts of django
and python.
•0
INTRODUCTION
 Chatting app allows you yo communicate with your customers in a
web chat rooms.

1
 It enables you to send and receive messages.
 Chatting apps make it easier,simpler, and faster to connect with
everyone and it is also easy to use.
How It Does

01
 Chat Application has been the most basic step toward creating
real-time and live projects.
 The chat page that we will create will be a simple HTML
boilerplate with a simple HTML tags of current user and a link to
log out to the user who is logged in.
 In this code I am use the some basic concepts of python and
django .
THANK
YOU

You might also like