Answer the question
In order to leave comments, you need to log in
How to give names to anonymous users in Django?
Hello.
Task: Both authorized people and anonymous people should have the right to write to the chat.
The chat message model looks something like this (chat channel, post author, text itself):
threed= models.CharField()
author = models.ForeignKey(User)
chattext = models.TextField()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question