Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 520 Bytes

djangoChatApp

django-channel based chat app

Description - Asynchoronous django app built with channels

Requirements

programs

  • python3 3.8
  • redis-server ( i'm using v=6.2.5 not sure but lower version might still work)
  • postgres ( postgresql12 django setup)

pip packages

  • virtualenv
  • Django>=3.2.6
  • channels>=3.0.3
  • channels-redis>=3.3.0
  • psycopg2>=2.9.1
  • other packages are in requirements