Skip to content

Commit

Permalink
Update documentation for new __path__ hack
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 14, 2014
1 parent 93dedcc commit da50186
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@ Then set django-email-log as your email backend in your settings file:
Using with Django South
-----------------------

The ``migrations`` sub-package contains migrations for Django 1.7. Django South migrations are stored in the ``south_migrations`` sub-package.

In order to use South with django-email-log, you will need to customize the ``SOUTH_MIGRATION_MODULES`` setting:

.. code-block:: python
SOUTH_MIGRATION_MODULES = {
'email_log': 'email_log.south_migrations',
}
django-email-log should work with South as well as Django 1.7 without requiring any settings changes.


Using with other email backends
Expand Down

0 comments on commit da50186

Please sign in to comment.