Skip to content

Commit

Permalink
Merge pull request #3780 from yakky/feature/installer_docs
Browse files Browse the repository at this point in the history
Change installer docs
  • Loading branch information
yakky committed Jan 20, 2015
2 parents d6b7906 + b48c483 commit 9e7e3f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/introduction/install_from_scratch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Django project called ``mysite``::

djangocms -p . mysite

.. warning:: djangocms-installer expects directory ``.`` to be empty at this stage, and will
check for this, and will warn if it's not.
You can get it to skip the check and go ahead anyway using the ``-s`` flag;
**note that this may overwrite existing files**.


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 9e7e3f3

Please sign in to comment.