migrations
|
Store what messages are read
|
2024-04-29 00:39:34 +02:00 |
static
|
Add basic Markdown rules for the chat
|
2024-04-30 20:20:10 +02:00 |
templates/chat
|
Add sort by unread messages option
|
2024-04-29 00:39:34 +02:00 |
__init__.py
|
Prepare models for new chat feature
|
2024-04-29 00:39:29 +02:00 |
admin.py
|
Store what messages are read
|
2024-04-29 00:39:34 +02:00 |
consumers.py
|
Fix unread messages count
|
2024-04-29 00:39:35 +02:00 |
models.py
|
Store what messages are read
|
2024-04-29 00:39:34 +02:00 |
tests.py
|
Prepare models for new chat feature
|
2024-04-29 00:39:29 +02:00 |
urls.py
|
Add specific login and logout pages for chat
|
2024-04-29 00:39:32 +02:00 |