Skip to content

Simple Chat React.js / Backbone.js Application with Django / Redis Backend

Notifications You must be signed in to change notification settings

jbrissier/simplechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffc9ae0 · Mar 11, 2015

History

34 Commits
Mar 9, 2015
Mar 11, 2015
May 25, 2014
Mar 9, 2015
May 19, 2014
Mar 9, 2015
Mar 9, 2015

Repository files navigation

Simple Chat App (vor testing)

Simple Chat App to test React.js and Backbon.js with the DjangoRestframework and Redis as database backend

Features

  • Django 1.7
  • Compressor plugin
  • Haml support

Installation

First create a virtualevn

virtualenv env

activate the virtualenv

source env/bin/activate

install the dependencies

pip install -r requirements.txt

create the db and migrate the database

python manage.py migrate

create super user

python manage.py createsuperuser

Todo:

  • Change secret key in you base/settings.py

About

Simple Chat React.js / Backbone.js Application with Django / Redis Backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published