-
virtualenv
-
download $ git clone https://github.com/Sergo7777/chat.git
-
Requirements $ pip install -r requirements.txt
-
Create database $ ./manahe.py migrate
-
Create a superuser: $ ./manage.py createsuperuser
-
Ready? Go! $ ./manage.py runserver