Django-ChatApp
A chat application built using Django Rest Framework. Users can add other users as friends and have one to one chat.
File Explorer
Download Latest Version (.zip)- profiles_settings.xml
- .gitignore
- misc.xml
- modules.xml
- PyChat.iml
- vcs.xml
- LICENSE-SELECT2.md
- select2.css
- select2.min.css
- autocomplete.css
- base.css
- changelists.css
- dashboard.css
- fonts.css
- forms.css
- login.css
- responsive.css
- responsive_rtl.css
- rtl.css
- widgets.css
- LICENSE.txt
- README.txt
- Roboto-Bold-webfont.woff
- Roboto-Light-webfont.woff
- Roboto-Regular-webfont.woff
- move_vertex_off.svg
- move_vertex_on.svg
- calendar-icons.svg
- icon-addlink.svg
- icon-alert.svg
- icon-calendar.svg
- icon-changelink.svg
- icon-clock.svg
- icon-deletelink.svg
- icon-no.svg
- icon-unknown-alt.svg
- icon-unknown.svg
- icon-viewlink.svg
- icon-yes.svg
- inline-delete.svg
- LICENSE
- README.txt
- search.svg
- selector-icons.svg
- sorting-icons.svg
- tooltag-add.svg
- tooltag-arrowright.svg
- DateTimeShortcuts.js
- RelatedObjectLookups.js
- jquery.js
- jquery.min.js
- LICENSE.txt
- af.js
- ar.js
- az.js
- bg.js
- bn.js
- bs.js
- ca.js
- cs.js
- da.js
- de.js
- dsb.js
- el.js
- en.js
- es.js
- et.js
- eu.js
- fa.js
- fi.js
- fr.js
- gl.js
- he.js
- hi.js
- hr.js
- hsb.js
- hu.js
- hy.js
- id.js
- is.js
- it.js
- ja.js
- ka.js
- km.js
- ko.js
- lt.js
- lv.js
- mk.js
- ms.js
- nb.js
- ne.js
- nl.js
- pl.js
- ps.js
- pt-BR.js
- pt.js
- ro.js
- ru.js
- sk.js
- sl.js
- sq.js
- sr-Cyrl.js
- sr.js
- sv.js
- th.js
- tk.js
- tr.js
- uk.js
- vi.js
- zh-CN.js
- zh-TW.js
- LICENSE.md
- select2.full.js
- select2.full.min.js
- LICENSE.txt
- xregexp.js
- xregexp.min.js
- actions.js
- actions.min.js
- autocomplete.js
- calendar.js
- cancel.js
- change_form.js
- collapse.js
- collapse.min.js
- core.js
- inlines.js
- inlines.min.js
- jquery.init.js
- popup_response.js
- prepopulate.js
- prepopulate.min.js
- prepopulate_init.js
- SelectBox.js
- SelectFilter2.js
- urlify.js
- base_style.css
- chat.css
- home_style_logged_out.css
- search.css
- background.png
- bodyBG.jpg
- searchicon.png
- TodoBG.png
- user_image.jpg
- chat.js
- materialize.min.js
- bootstrap-theme.min.css
- bootstrap-tweaks.css
- bootstrap.min.css
- default.css
- font-awesome-4.0.3.css
- prettify.css
- base.css
- highlight.css
- jquery.json-view.min.css
- favicon.ico
- grid.png
- api.js
- highlight.pack.js
- jquery.json-view.min.js
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- glyphicons-halflings-white.png
- glyphicons-halflings.png
- grid.png
- ajax-form.js
- bootstrap.min.js
- coreapi-0.1.1.js
- csrf.js
- default.js
- jquery-3.4.1.min.js
- prettify-min.js
- __init__.cpython-36.pyc
- admin.cpython-36.pyc
- apps.cpython-36.pyc
- models.cpython-36.pyc
- 0001_initial.cpython-36.pyc
- __init__.cpython-36.pyc
- 0001_initial.py
- __init__.py
- Base.html
- chats.html
- home.html
- index.html
- messages.html
- search.html
- __init__.py
- admin.py
- apps.py
- models.py
- serializers.py
- tests.py
- urls.py
- views.py
- chat.jpg
- search.jpg
- __init__.cpython-36.pyc
- settings.cpython-36.pyc
- urls.cpython-36.pyc
- wsgi.cpython-36.pyc
- __init__.py
- asgi.py
- settings.py
- urls.py
- wsgi.py
- __init__.cpython-36.pyc
- admin.cpython-36.pyc
- apps.cpython-36.pyc
- forms.cpython-36.pyc
- models.cpython-36.pyc
- views.cpython-36.pyc
- __init__.cpython-36.pyc
- __init__.py
- login.html
- logout.html
- RegisterBase.html
- SignUp.html
- __init__.py
- admin.py
- apps.py
- forms.py
- models.py
- tests.py
- urls.py
- views.py
- base_style.css
- chat.css
- home_style_logged_out.css
- background.png
- bodyBG.jpg
- searchicon.png
- TodoBG.png
- user_image.jpg
- chat.js
- materialize.min.js
- db.sqlite3
- manage.py
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Madhur215/Django-ChatApp
Downloads the entire project code from GitHub to your computer.
cd Django-ChatApp
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install django
Installs the package published on PyPI directly β no need to clone the source.
pip install django-rest-framework
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install django
Installs the package published on PyPI directly β no need to clone the source.
pip install django-rest-framework
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
