Cleaned up a bunch of minor doc stuff:

* Removed flatpages/redirects README; no other contrib apps have those.
  * Cleaned up top-level README to be more readable.
  * Removed outdated references to old docs (Fixes #8701)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-09-02 16:42:13 +00:00
parent 1156db790a
commit 23f012dbfa
11 changed files with 31 additions and 47 deletions

View file

@ -22,7 +22,7 @@ It should be in Python-import form, e.g. "myproject.settings".
.SH "SEE ALSO"
The sessions documentation:
.sp
.I http://www.djangoproject.com/documentation/sessions/
.I http://docs.djangoproject.com/en/dev/topics/http/sessions/
.SH "AUTHORS/CREDITS"
Originally developed at World Online in Lawrence, Kansas, USA. Refer to the

View file

@ -168,7 +168,7 @@ It should be in Python-import form, e.g. "myproject.settings".
Full descriptions of all these options, with examples, as well as documentation
for the rest of the Django framework, can be found on the Django site:
.sp
.I http://www.djangoproject.com/documentation/
.I http://docs.djangoproject.com/en/dev/
.sp
or in the distributed documentation.
.SH "AUTHORS/CREDITS"