diff options
Diffstat (limited to 'dotfiles/cheat/django-cms')
-rw-r--r-- | dotfiles/cheat/django-cms | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dotfiles/cheat/django-cms b/dotfiles/cheat/django-cms new file mode 100644 index 0000000..72770b6 --- /dev/null +++ b/dotfiles/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 |