Skip to content

Commit

Permalink
Document fixes, cleared models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gugu committed Jan 17, 2012
1 parent 789932e commit 92365e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,5 +8,5 @@ Installation


1. Install `django-reversion` (You can find documentation here: https://github.com/etianen/django-reversion/wiki) 1. Install `django-reversion` (You can find documentation here: https://github.com/etianen/django-reversion/wiki)
2. Install `google-diff-match-patch` library. It is required for this module. (http://code.google.com/p/google-diff-match-patch/) 2. Install `google-diff-match-patch` library. It is required for this module. (http://code.google.com/p/google-diff-match-patch/)
2. Add Add `'reversion'` to your `INSTALLED_APPS` setting. 2. Add `'reversion'` and `'reversion_email'` to your `INSTALLED_APPS` setting.
3. Set `'MODERATOR_EMAIL'` in your `settings.py` file. 3. Set `'MODERATOR_EMAIL'` in your `settings.py` file.
4 changes: 1 addition & 3 deletions src/reversion_email/models.py
@@ -1,6 +1,4 @@
"""Database models used by django-reversion.""" """Database models used by django-reversion-email."""

import warnings


from reversion.models import Version from reversion.models import Version
from django.conf import settings from django.conf import settings
Expand Down

0 comments on commit 92365e4

Please sign in to comment.