summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL8
-rw-r--r--README13
2 files changed, 19 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 1c515d885c..6ec16a2158 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1,7 @@
-This is a stub; please complete me
+Thanks for downloading Django.
+
+To install it, make sure you have Python 2.3+ installed. Then run this command:
+
+python2.3 setup.py install
+
+For more detailed instructions, see docs/install.txt. \ No newline at end of file
diff --git a/README b/README
index 1c515d885c..78417c018d 100644
--- a/README
+++ b/README
@@ -1 +1,12 @@
-This is a stub; please complete me
+Django is a high-level Python Web framework that encourages rapid development
+and clean, pragmatic design.
+
+Thanks for downloading it.
+
+All documentation is in the "docs" directory. Docs are updated rigorously. If
+you find any problems in the docs, or think they should be clarified in any
+way, please take 30 seconds to fill out a ticket here:
+
+http://code.djangoproject.com/newticket
+
+Install instructions are in the INSTALL file. \ No newline at end of file