summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/flatpages/README.TXT8
-rw-r--r--django/contrib/redirects/README.TXT8
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