Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 293 Bytes

django-chat room

  1. virtualenv

  2. download $ git clone https://github.com/Sergo7777/chat.git

  3. Requirements $ pip install -r requirements.txt

  4. Create database $ ./manahe.py migrate

  5. Create a superuser: $ ./manage.py createsuperuser

  6. Ready? Go! $ ./manage.py runserver