/dash11

Project for DjangoDash 2011: GitAwesome is an awesome way to look at contributions to a GitHub project.

Primary LanguageJavaScript

Bootstrap

$ git clone https://github.com/macro/dash11.git
$ easy_install -U virtualenv
$ virtualenv virtualenv
$ source virtualenv/bin/activate
$ easy_install -U pip
$ cd dash_proj
$ pip install -U -r requirements.txt
$ python manage.py syncdb --migrate

Running

$ ./bin/run