Skip to content

Small repo showing how to use Django and RethinkDB together. App uses Tornado for websockets, RethinkDB for messages, and Django users (with MySQL) for authentication.

Notifications You must be signed in to change notification settings

thejsj/django-and-rethinkdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django and RethinkDB

Small repo showing how to use Django and RethinkDB together. App uses Tornado for websockets, RethinkDB for messages, and Django users (with MySQL) for authentication.

Setup

git clone ...
virtualenv venv
pip install
python manage.py migrate

Running

export PYTHONPATH=.;export DJANGO_SETTINGS_MODULE=django_and_rethinkdb.settings; python django_and_rethinkdb/tornado_main.py

About

Small repo showing how to use Django and RethinkDB together. App uses Tornado for websockets, RethinkDB for messages, and Django users (with MySQL) for authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages