ImaginaryLandscape/django-newscenter

Change migrations directory default to be django-migrations

Closed this issue · 1 comments

We should be using Django 1.7+ style migrations as the default.

  1. Rename:

    migrations -> south_migrations
    migrations_django -> migrations

  2. Update documentation to match.

Addressed in:
#3