Skip to content

Commit

Permalink
Merge pull request #12 from LaundroMat/master
Browse files Browse the repository at this point in the history
Small update to readme
  • Loading branch information
bunchesofdonald committed Aug 21, 2015
2 parents b851c08 + 0207fbb commit ff5395a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ In your django settings file, add hermes to your INSTALLED_APPS::
...
)

If you want to create your blog templates in a specific app directory (other than hermes), make sure that that app comes before hermes in your INSTALLED_APPS. Otherwise, Django will render the templates that are in the hermes app itself and not yours.


Setup URLs
----------
Include hermes.urls in your ROOT_URLCONF::
Expand Down

0 comments on commit ff5395a

Please sign in to comment.