Restructured web resources to better manage static files.

This commit is contained in:
Kelketek Rritaa 2014-05-02 22:52:12 -05:00
parent 05c9d67ffc
commit 16bcc3c9f0
25 changed files with 70 additions and 59 deletions

View file

@ -0,0 +1,5 @@
This folder is used by Django's staticfiles application for gathering all static files (CSS, JS, etc) into one place
from the various sources that they might be gathered from.
Do not edit files in this directory. Instead, read up on Django's static file handling to learn how to create Django
apps with their own static files.