Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 453 Bytes

live-chat

Install and Run

Create a virtual environment where all the required python packages will be installed

Install all the project Requirements in virtualenv

pip install -r requirements.txt

-Apply migrations and create your superuser (follow the prompts)

apply migrations and create your database

python manage.py migrate

Run the development server

# run django development server
python manage.py runserver