diff README.txt @ 0:ff263bdd455e

initial checkin
author Victor Ng <victor@monkeybean.ca>
date Thu, 28 Aug 2008 09:44:43 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Thu Aug 28 09:44:43 2008 -0400
@@ -0,0 +1,18 @@
+Nose django helper plugin
+=========================
+
+nosetests -v --with-django --with-doctest --doctest-tests 
+
+This is a rewrite of Jason Pellerin's original nose-django plugin.
+
+This plugin will work with Django trunk (0.97-pre SVN revision 6669)
+
+Features:
+
+    * automatic settings.py detection in current or parent directory
+    * fixture support
+    * database setup/teardown
+
+Contact: 
+    Victor Ng <crankycoder@gmail.com>
+