aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/django-oscar
blob: a4e00cd48438626d87a36fc173d48f8cc1a78119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Dep for stretch:
- libpq-dev
- python3-dev

# for mkvirtualenv
- virtualenvwrapper

# DONT FORGET DO UPGRADE PIP !!!!
pip3 install -U setuptools pip

mkvirtualenv --python=/usr/bin/python3 oscar

# for pillow
- libjpeg-dev
pip3 install pillow

sandbox/manage.py runserver 0.0.0.0:8000