Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 155 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 155 Bytes

djangochat

Django + ajax chat.

Installation:

  • clone repo
  • create venv
  • activate venv
  • pip install -r requirements.txt
  • syncdb
  • test
  • run