You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.