Back to search
Backend for Android ChatApp - written using Python Django. Repository for Android app: https://github.com/sbearben/ChatApp
Stars
16
Forks
12
Watchers
16
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
Changed sending of realtime events so that they are done asynchronously (through a django channels runworker) and don't block when called within views.
9230e72View on GitHubFixed a bug that was causing a crash when deleting users and added chat models to the admin site.
b72b274View on GitHub