Added a readme providing instructions on populating static folder.

This commit is contained in:
Adarnof 2015-11-25 07:56:54 +00:00
parent 9914123ae5
commit 44007ffda3
2 changed files with 6 additions and 0 deletions

1
static/.gitignore vendored
View File

@ -1,2 +1,3 @@
*
!.gitignore
!README.md

5
static/README.md Normal file
View File

@ -0,0 +1,5 @@
Don't edit files in this folder.
Populate the required static files with the command:
`python manage.py collectstatic`