Commit 7c10ab9d by benjaoming

Merge pull request #303 from thanhleviet/patch-1

Update installation.rst
parents da653dc3 5913634d
......@@ -119,7 +119,7 @@ migrations modules like so:
::
INSTALLED_APPS.append('south')
INSTALLED_APPS += ('south',)
SOUTH_MIGRATION_MODULES = {
'django_nyt': 'django_nyt.south_migrations',
'wiki': 'wiki.south_migrations',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment