diff --git a/docs/usage.rst b/docs/usage.rst index 29e5b386b8673473d2c47b13a2ade466fc0369df..208e50f391fbede16020f7c1c763cb226e1a77c4 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -152,6 +152,11 @@ structure similar to: This way you can keep the assets (static and media files) outside of the project code tree. +If you ever need to have some static files as part of the project itself, you +can easily do so by putting the files into project's static directory +(i.e. ``~/tmp/myproject/static/``). This is helpful when you want to overrides a +specific static file from some other application. + Working with the project ------------------------