diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-12 00:09:20 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-12 00:09:20 +0000 |
| commit | da33b656ce59cec3c2b3a5748ac2ecdff96fde5b (patch) | |
| tree | d6440d0f4c36db9851068b0fea1cd0aa794d4d44 | |
| parent | 6004fe9573e053faf3fc44bd895cc08c6e848267 (diff) | |
Added README.TXT to contrib.redirects and contrib.flatpages
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/flatpages/README.TXT | 8 | ||||
| -rw-r--r-- | django/contrib/redirects/README.TXT | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/django/contrib/flatpages/README.TXT b/django/contrib/flatpages/README.TXT new file mode 100644 index 0000000000..e46aa1f9bf --- /dev/null +++ b/django/contrib/flatpages/README.TXT @@ -0,0 +1,8 @@ +This is an optional add-on app, flatpages. + +For full documentation, see either of these: + + * The file django/docs/flatpages.txt in the Django distribution + * http://www.djangoproject.com/documentation/flatpages/ on the Web + +Both have identical content.
\ No newline at end of file diff --git a/django/contrib/redirects/README.TXT b/django/contrib/redirects/README.TXT new file mode 100644 index 0000000000..3544904a40 --- /dev/null +++ b/django/contrib/redirects/README.TXT @@ -0,0 +1,8 @@ +This is an optional add-on app, redirects. + +For full documentation, see either of these: + + * The file django/docs/redirects.txt in the Django distribution + * http://www.djangoproject.com/documentation/redirects/ on the Web + +Both have identical content.
\ No newline at end of file |
