https://github.com/synw/django-rechat-example
Example project for django-rechat
https://github.com/synw/django-rechat-example
Last synced: 2 months ago
JSON representation
Example project for django-rechat
- Host: GitHub
- URL: https://github.com/synw/django-rechat-example
- Owner: synw
- License: mit
- Created: 2022-03-08T12:53:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T13:13:45.000Z (about 3 years ago)
- Last Synced: 2025-02-19T12:51:11.014Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Rechat example
Example app for [django-rechat](https://github.com/synw/django-rechat)
## Install
Clone the repository and run:
```bash
make install
# create a user
make superuser
```## Run
Run the websockets server:
```bash
make runws
```Run the http server:
```bash
make run
```Visit localhost:8000