Skip to content

Commit

Permalink
Added nephila's fixes and also added a default THEME_DIR value to pre…
Browse files Browse the repository at this point in the history
…vent failure when PROJECT_DIR and PROJECT_HOME are both missing.
  • Loading branch information
growlf committed Jul 16, 2012
1 parent 6077171 commit 7400640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Your installed apps should look something like this:
'cms_themes',
)
Make sure that you have a setting in your settings file called PROJECT_DIR that points to the root of your project, i.e. PROJECT_DIR = os.path.abspath(os.path.dirname(__file__))
You should have a setting in your settings file called PROJECT_DIR that points to the root of your project, i.e. ``PROJECT_DIR = os.path.abspath(os.path.dirname(__file__))``
If not, it will be assumed that your themes will live just beneath the ``MEDIA_ROOT``.

Usage
=============
Expand Down

0 comments on commit 7400640

Please sign in to comment.