Skip to content

aDramaQueen/DjangoChannelsTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoChannelsTest

Usage

Create a ".env" file in root directory of this project. Write following inside:

DEV_WORKING_DIRECTORY=/path/to/my/docker-volumes

PORT_REDICT=6379

Migrate

python manage.py migrate

Create a superuser

python manage.py createsuperuser

Run the docker composition (which contains 1 image: Redict, a drop-in replacement for redis):

docker compose up

After that start this Django project:

python manage.py runserver

Releases

No releases published

Packages

No packages published