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

AttributeError: 'Settings' object has no attribute 'CHAT_WS_SERVER_HOST' #34

Open Avin-Techv opened 5 years ago

Avin-Techv commented 5 years ago

cannot run the example project after migrations.

jic8 commented 4 years ago

hi, add you to settings.py CHAT_WS_SERVER_HOST = '0.0.0.0' or CHAT_WS_SERVER_HOST = 'localhost'