X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9baaf0aa657110f7481ea24dc6bc68bf4fc64cd1..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/apps/south/docs/README diff --git a/apps/south/docs/README b/apps/south/docs/README deleted file mode 100644 index 99d3f20de..000000000 --- a/apps/south/docs/README +++ /dev/null @@ -1,10 +0,0 @@ -This is South, a Django application to provide migrations in a sane way. - -By sane, we mean that the status of every migration is tracked individually, -rather than just the number of the top migration reached; this means South -can detect when you have an unapplied migration that's sitting in the middle -of a whole load of applied ones, and will let you apply it straight off, -or let you roll back to it, and apply from there forward. - -Documentation on South is currently available on our project site; -you can find it at http://south.aeracode.org/wiki/Documentation