Added south app.
[wolnelektury.git] / apps / south / __init__.py
diff --git a/apps/south/__init__.py b/apps/south/__init__.py
new file mode 100644 (file)
index 0000000..e797d85
--- /dev/null
@@ -0,0 +1,6 @@
+"""
+South - Useable migrations for Django apps
+"""
+
+__version__ = "0.3"
+__authors__ = ["Andrew Godwin <andrew@aeracode.org>", "Andy McCurdy <andy@andymccurdy.com>"]
\ No newline at end of file