Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
/ poc-channels Public archive

Proof of concept using Channels with Django. Also connected to Celery.

Notifications You must be signed in to change notification settings

chesstrian/poc-channels

Repository files navigation

Run Project

  • Install RabbitMQ
  • Install Redis
  • Install project dependencies:
pip install -r requirements.txt
  • Prepare database (Run once):
./manage.py migrate
./manage.py createsuperuser  # Follow steps
  • Run celery worker:

See README.md file in workers project.

  • Run Django project:
./manage.py runserver 0.0.0.0:8000

Run Tests

  • Install requirements:
pip install -r requirements_dev.txt

Then just write:

py.test

About

Proof of concept using Channels with Django. Also connected to Celery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published