[damned-lies] Remove the media dir from the git source



commit fb102ff1f51d852e477c54054f1d27acea9cb477
Author: Claude Paroz <claude 2xlibre net>
Date:   Thu Sep 12 11:32:55 2019 +0200

    Remove the media dir from the git source

 .gitignore       | 1 +
 README           | 2 ++
 media/.gitignore | 2 --
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da32599c..4a175e25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.pyc
 locale
 damnedlies/local_settings.py
+/media
 /static
diff --git a/README b/README
index 485f3125..888d54be 100644
--- a/README
+++ b/README
@@ -42,6 +42,8 @@ Installation
 
     SCRATCHDIR should point to an existing directory, writable by the web
     application user.
+    Create the MEDIA_ROOT directory, and the 'upload' and 'upload-backup'
+    directories inside it, also writable by the web application user.
 
     Note also that if you don't want to really send mail when testing the app,
     you can set the EMAIL_BACKEND setting as follows to redirect mail to the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]