Skip to content

Commit

Permalink
Change installer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 20, 2015
1 parent b24b32f commit 0308569
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/introduction/install_from_scratch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Django project called ``mysite``::

djangocms -p . mysite

.. warning:: directory ``.`` is meant to be empty at this stage and djangocms-installer will check
for this; if you add some content to this directory before running the installer
because of you project layout, please use ``-s`` flag to skip the check.


Windows users may need to do a little extra to make sure Python files are associated correctly if that doesn't work right away::

assoc .py=Python.file
Expand Down

0 comments on commit 0308569

Please sign in to comment.