Skip to content
This repository was archived by the owner on Apr 18, 2022. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
This directory is used to store static assets for your project. User media files
(FileFields/ImageFields) are not stored here.

The convention for this directory is:

 * css/ — stores CSS files
 * js/ — stores Javascript files
 * img/ — stores image files
 
This directory is accessed at /site_media/static/ in runserver when SERVE_MEDIA
is True. It is built with build_static for production environments.

See http://pinaxproject.com/docs/dev/media.html for more information.