Skip to content

alrafiabdullah/redis-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REDIS PubSub

Requirements

Python 3.8.16

  • Add a .env file with values.
  • Create and activate a virtual environment.
  • Run pip install --upgrade pip to upgrade pip version.
  • Run pip install -r requirements.txt to install the dependencies.
  • Run python manage.py migrate to migrate the DB changes.
  • Run python manage.py runserver and go to http://127.0.0.1:8000

env

DJANGO_SECRET_KEY=

About

A repository with the demonstration of Redis pubsub feature with live link.

Topics

Resources

Stars

Watchers

Forks