Skip to content

bryanhelmig/jazzchanges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jazzchanges Django Project

Prerequisites

  • python >= 2.5
  • pip
  • virtualenv/wrapper (optional)

Installation

Creating the environment

Create a virtual python enviroment for the project. If you're not using virtualenv or virtualenvwrapper you may skip this step.

For virtualenvwrapper

mkvirtualenv --no-site-packages --distribute jazzchangesenv

For virtualenv

virtualenv --no-site-packages --distribute jazzchangesenv

cd jazzchangesenv

source bin/activate

Clone the code

Obtain the url to your git repository. git clone https://github.com/bryanhelmig/jazzchanges jazzchanges

Install requirements

cd jazzchanges

pip install -r requirements.txt

Configure project

cp jazzchanges/__local_settings.py jazzchanges/local_settings.py

vi jazzchanges/local_settings.py

Sync databases & migrate

python manage.py syncdb python manage.py migrate

Running

python manage.py runserver

Open browser to 127.0.0.1:8000

About

A simple app for collecting and transposing lead sheets (think fakebook/realbook). No melodies.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors