X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7d801e715b70774ff4f2a238045385e093701a8e..21f878e8112cf1f9b732a6dbb77e70efa68a01aa:/apps/south/__init__.py?ds=sidebyside diff --git a/apps/south/__init__.py b/apps/south/__init__.py new file mode 100644 index 000000000..e797d8585 --- /dev/null +++ b/apps/south/__init__.py @@ -0,0 +1,6 @@ +""" +South - Useable migrations for Django apps +""" + +__version__ = "0.3" +__authors__ = ["Andrew Godwin ", "Andy McCurdy "] \ No newline at end of file