Giter VIP home page Giter VIP logo

django-chat-application's Introduction

Django Chat Application

Async Chat application with Django Channels, Websocket and JS (Ajax)

Features

  • Authentication - like always :)
    • login
    • register (OTP)
    • Forgot password
    • Authenticate with google account
  • Notification system for new messages
  • Video call
  • Send Image (base64 encode)
  • Clear history (only for room creator)
  • Delete room (only for room creator)
  • Change room icon
  • Members list
  • Celery (RabbitMQ as broker & Redis as backend)

ToDo

  • Add Docker

⚠️ Video call doesn't support Microsoft Edge browser


Usage :

  • For sending a one-time password via email, you should set your email and your email host password in 'EMAIL_HOST_USER' and 'EMAIL_HOST_PASSWORD' in 'settings.py' . Otherwise, sending the one-time password for user registration won't work .
git clone https://github.com/Aron-S-G-H/django-chat-application.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver # and see in localhost:8000
# In another terminal, enter the following command to run celery
celery -A ChatApp worker -l info
# you also need RabbitMQ as broker and Redis as backend

Result


any contributions are welcome

django-chat-application's People

Contributors

aron-s-g-h avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

django-chat-application's Issues

Error when run command `celery -A QuizApp worker -l info` the above error occurred.

~/phucpx/django-chat-application main ?1 > celery --app QuizApp worker -l info                                                                                                            py django 01:12:57
Usage: celery [OPTIONS] COMMAND [ARGS]...
Try 'celery --help' for help.

Error: Invalid value for '-A' / '--app': 
Unable to load celery application.
The module QuizApp was not found.

Hello
When i run command celery -A QuizApp worker -l info the above error occurred.

Can you show me how to fix it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.