Simple Chat App to test React.js and Backbon.js with the DjangoRestframework and Redis as database backend
- Django 1.7
- Compressor plugin
- Haml support
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
- Change secret key in you base/settings.py