Skip to content

blackrobot/pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Development

  1. Check out the repo:
  $ git clone git://github.com/blackrobot/pong.git
  1. Create a virtual environment:
  $ mkvirtualenv pong
  1. Enter your vitrtual environment, and install the packages:
  $ workon pong
  $ pip install -r requirements.txt
  1. Grab some Sass
  $ gem install sass || sudo gem install sass
  1. Copy settings/local.py.example to local.py, and customize with your database info:
  $ cp source/settings/local.py.example source/settings/local.py
  1. Create your database, then run syncdb and fake migrations:
  $ python manage.py syncdb --all
  1. Startup your server:
  $ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.3%
  • Python 40.6%
  • CSS 2.1%