Skip to content

Commit

Permalink
Included a note for South users in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsiciarz committed May 20, 2011
1 parent edb5fa6 commit 426d96b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ First, update your settings module to specify the custom database backend::
...
}
}
**Note to South users:** If you keep getting errors like `There is no South database module 'south.db.None' for your database.`, add the following to `settings.py`::

SOUTH_DATABASE_ADAPTERS = {'default': 'south.db.postgresql_psycopg2'}

The library provides three principal classes:

Expand Down

0 comments on commit 426d96b

Please sign in to comment.