From 15a404e6a0d95383f02423860a599ad987830424 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 27 Nov 2018 15:37:48 +0100 Subject: Add some cheat --- cheat/.cheat/django-oscar | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cheat/.cheat/django-oscar (limited to 'cheat/.cheat/django-oscar') diff --git a/cheat/.cheat/django-oscar b/cheat/.cheat/django-oscar new file mode 100644 index 0000000..a4e00cd --- /dev/null +++ b/cheat/.cheat/django-oscar @@ -0,0 +1,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 -- cgit v1.2.1