• Stars
    star
    258
  • Rank 157,305 (Top 4 %)
  • Language
    Python
  • Created almost 14 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Sample application to show how to use Django and Backbone.js together.

Django Backbone Example

This is an example application using Django, with the help of django-tastypie, and backbone.js. Because everyone needs to write a Twitter clone, it is a Twitter clone.

Running locally

Preferably in a virtualenv, run the following commands:

git clone https://[email protected]/joshbohde/django-backbone-example.git
cd django-backbone-example/backbone_example
pip install -r requirements.txt
./manage.py syncdb --noinput
./manage.py runserver

More Repositories

1

codel

Go implementation of the Controlled Delay algorithm
Go
31
star
2

django-cafe

Serve Coffeescript from your Django templates
Python
16
star
3

functional_python

Experiments in Functional Python
Python
11
star
4

acm_soda

A django based api for controlling the Missouri S&T ACM soda machine.
Python
6
star
5

mondp

A multi-objective evolutionary algorithmic approach to designing and optimizing urban traffic networks.
Python
5
star
6

haskell-ci

A Travis CI & Appveyor template to test your Haskell application and publish binary releases.
Shell
4
star
7

hdr-histogram

Haskell implementation of HdrHistogram
Haskell
4
star
8

tiny-rel

A tiny relational algebra implementation for Python
Python
3
star
9

django-db-calculations

In-database calculations for Django
Python
3
star
10

seinfeld

A standalone Seinfeld Calendar
JavaScript
3
star
11

story-board

Prototype of a Javascript UI for collecting user stories. Currently uses local storage
CoffeeScript
3
star
12

rowan.computer

My Hyde-backed website
HTML
2
star
13

configs

My config files
Emacs Lisp
2
star
14

statsd

A statsd client for Clojure
Clojure
2
star
15

projectile-ghcid

Use ghcid within your projectile projects.
Emacs Lisp
2
star
16

lab

A command line interface to Gitlab
Go
2
star
17

joshbohde-event-notes

Notes from the events I attend
Python
2
star
18

logic-intro

Clojure
2
star
19

gin-example

Go
1
star
20

tastypie-example

Tastypie example demonstrating an issue that I am having
JavaScript
1
star
21

kelp

KMNR's internal logging application
Python
1
star
22

etta

A Clojure web spider
Clojure
1
star
23

nm-dispatch

A user level network manager dispatcher
Python
1
star
24

megaminer_web

A web-based log distribution method for megaminer 5.
Python
1
star
25

birdwatch

Combinatory logic experiments
Clojure
1
star
26

congestion

Congestion control for working with dynamically rate limited services
Go
1
star
27

joshbohde.github.com

My Github Page
1
star
28

red_app

Implementation of Risk in Early Design for Missouri S&T's Interdisciplinary Engineering department.
Python
1
star
29

megaminer-framework

The game framework for megaminer ai.
Python
1
star