|
|
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