Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #159 from simkimsia/patch-1
Browse files Browse the repository at this point in the history
Highlight INSTALLED_APPS need to append `versions`
  • Loading branch information
maennel authored Dec 6, 2018
2 parents c4170c9 + e69d49a commit 322ae98
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/doc/historization_with_cleanerversion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ If you don't like to work with the sources directly, you can also install the `C
pip-installation)::

pip install cleanerversion
Afterwards, add `versions` to your INSTALLED_APPS

INSTALLED_APPS = (
...
'versions',
...
)


If you want to check whether your components are compatible with CleanerVersion, you can run the unit tests coming
with CleanerVersion. To do so, register the CleanerVersion test app to the ``INSTALLED_APPS`` variable
Expand Down

0 comments on commit 322ae98

Please sign in to comment.