alexjinchoi / spindlechannels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Channels Spindle Maps example app

Installation

Build the Docker environment

cd /project_name # Where the docker-compose.yml lives.
docker-compose build
docker-compose build db
# Run this twice if first time fails (slow DB initialization first time)
docker-compose run web python manage.py migrate
docker-compose up

Copy .env.example to .env and add your Google maps key

Visit the site at localhost:8005 or your dockerhost_ip:8005

A presentation explaining Django Channels using this project as a demo lives here.

About

License:MIT License


Languages

Language:Python 41.6%Language:CSS 30.5%Language:HTML 14.6%Language:JavaScript 13.0%Language:Shell 0.4%