Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit a8c1164

Browse files
author
Kenneth Reitz
committed
Merge pull request #2 from seanbrant/master
Adds note to README about south usage
2 parents c88a233 + 58cf243 commit a8c1164

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ If you're using the `dj-database-url <https://crate.io/packages/dj-database-url/
2727
DATABASES['default'] = dj_database_url.config()
2828
DATABASES['default']['ENGINE'] = 'django_postgrespool'
2929

30+
If you're using `south <http://south.aeracode.org>`_:
31+
32+
::
33+
34+
SOUTH_DATABASE_ADAPTERS = {
35+
'default': 'south.db.postgresql_psycopg2'
36+
}
37+
38+
3039
Everything should work as expected.
3140

3241

0 commit comments

Comments
 (0)