Bearle / django-private-chat

(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
ISC License
424 stars 132 forks source link

how can I change this packages to get work with id and not username #55

Open Bensebabillal opened 4 years ago

Bensebabillal commented 4 years ago

Description

hi, first of all thanks for this awesome packages, I want to know how can I modify the packages to get work with id pk instead of username . And I want to know if this packages will work with Django custom user model .

rumititim commented 3 years ago

Hi @TheGhostDevlopper

  1. list of changes:
  1. Custom user model is supported. You just need to define AUTH_USER_MODEL in your settings.py

PS I'm not a contributor.