mitmedialab / django-channels-presence

"Rooms" and "Presence" for django-channels
MIT License
79 stars 38 forks source link

channels_presence.Presence.user: (fields.E300) Field defines a relation with model 'auth.User', which is either not installed, or is abstract. #21

Closed akap97 closed 3 years ago

akap97 commented 3 years ago

I have a microservice based architecture and my user model present in a different django project. How do I use channels presence with user model being in another project?