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

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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