summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-21 01:37:28 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-21 01:37:28 +0000
commitb2cb66bfbca65b6b52cbfb9ef2cb71af774e0d80 (patch)
tree5fd72679aac2ffffdd0ca0bcd2a3e70edcc6e650 /README
parent903920a3d23f33abc7574cb9fcca17cb87f7e59a (diff)
downloaddjango-b2cb66bfbca65b6b52cbfb9ef2cb71af774e0d80.tar.gz
Filled in INSTALL and README files
git-svn-id: http://code.djangoproject.com/svn/django/trunk@259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
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