Add South migration files for compatibility
When running on a Django 1.6 server with South installed, South will mistakingly use the "migrations" directory as its own and fail, because this directory contains Django 1.7+ migration files. |
---|
|
src/postorius/south_migrations/0001_initial.py 0 → 100644 |
---|
src/postorius/south_migrations/__init__.py 0 → 100644 |
---|