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-cms | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cheat/.cheat/django-cms (limited to 'cheat/.cheat/django-cms') diff --git a/cheat/.cheat/django-cms b/cheat/.cheat/django-cms new file mode 100644 index 0000000..72770b6 --- /dev/null +++ b/cheat/.cheat/django-cms @@ -0,0 +1,9 @@ +# dep +- python3-dev +- virtualenvwrapper + +mkvirtualenv --python=/usr/bin/python3 oscar + +pip install djangocms-installer + +python manage.py runserver 0.0.0.0:8000 -- cgit v1.2.1