You are now able to get the online status of people when loading the tutors page:
I didn't spend a lot of time on the css so maybe we can make it look better later. Also their online status will not change automatically. You need to reload the page to see if their status has changed.
In order to get this to work you will need to do another pip install -r requirements.txt. I changed it so that it gets the django-private-chat package from my git repository at https://github.com/grantal/django-private-chat
Once I am able to make it so that the online status updates automatically, then I'll merge my changes in to the django-private-chat master and we can get rid of that requirement change.
You are now able to get the online status of people when loading the tutors page: I didn't spend a lot of time on the css so maybe we can make it look better later. Also their online status will not change automatically. You need to reload the page to see if their status has changed.
In order to get this to work you will need to do another
pip install -r requirements.txt
. I changed it so that it gets thedjango-private-chat
package from my git repository at https://github.com/grantal/django-private-chatOnce I am able to make it so that the online status updates automatically, then I'll merge my changes in to the
django-private-chat
master and we can get rid of that requirement change.