|
15 年前 | |
---|---|---|
oscar | 15 年前 | |
.gitignore | 15 年前 | |
IDEAS | 15 年前 | |
README.md | 15 年前 | |
TODO | 15 年前 | |
__init__.py | 15 年前 | |
manage.py | 15 年前 | |
requirements.txt | 15 年前 | |
settings.py | 15 年前 | |
urls.py | 15 年前 |
Named after Oscar Peterson (http://en.wikipedia.org/wiki/Oscar_Peterson), oscar is a Django implementation of Taoshop (a product from Tangent Labs). It’s fairly experimental at the moment.
Do the following from your workspace folder:
mkdir oscar
cd oscar
mkvirtualenv --no-site-packages oscar
After checking out your fork, install all dependencies:
pip install -r requirements.txt