From 44007ffda37ec9e67349fda64695a921c2f1a5be Mon Sep 17 00:00:00 2001 From: Adarnof Date: Wed, 25 Nov 2015 07:56:54 +0000 Subject: [PATCH] Added a readme providing instructions on populating static folder. --- static/.gitignore | 1 + static/README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 static/README.md diff --git a/static/.gitignore b/static/.gitignore index d6b7ef32..7c9d611b 100644 --- a/static/.gitignore +++ b/static/.gitignore @@ -1,2 +1,3 @@ * !.gitignore +!README.md diff --git a/static/README.md b/static/README.md new file mode 100644 index 00000000..a402c777 --- /dev/null +++ b/static/README.md @@ -0,0 +1,5 @@ +Don't edit files in this folder. + +Populate the required static files with the command: + +`python manage.py collectstatic`