您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
David Winterbottom 5c566ef842 Textareas in dashboard now have wysihtml widget 13 年前
..
css Textareas in dashboard now have wysihtml widget 13 年前
fonts Move oscar's assets into an oscar folder. 13 年前
img Textareas in dashboard now have wysihtml widget 13 年前
js Textareas in dashboard now have wysihtml widget 13 年前
less Textareas in dashboard now have wysihtml widget 13 年前
README.rst Update READMEs for statis for clarity 13 年前
favicon.ico Replaced favicon with new one 13 年前

README.rst

=======
Statics
=======

Oscar ships with a set of static files (js/css/less/images). These are used on
the sandbox and demo sites.

When building your own project, it is not recommended to use these files
straight from the package. Rather, you should take a static copy of the
``oscar/static/oscar`` folder and commit it into your project.

This is because the link with upstream project is not really helpful for
statics. When you upgrade Oscar, the updated CSS files may not work with your
mark-up, causing unnecessary work on your behalf. It's better to have complete
control of the statics within your project.