A tutorial on how to create synchronous slack-inspired message channels and private messages using Django. Enjoy!
- Learn here
4 - Base Django Project in VS Code
5 - DM App and Abstract Base Model
6 - Message Model Class & Migrations
10 - The Channel Model in the Admin
12 - Get or Create Private Channel
13 - Function Based View to Class Based View