reed-college / paneity

The state of being bread.
2 stars 0 forks source link

Online/Offline status for tutors page #257

Closed grantal closed 7 years ago

grantal commented 7 years ago

You are now able to get the online status of people when loading the tutors page: image 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.