Commit 354068c6 by Timothée Peignier

add docs on synccompress new args

parent 9a96ddd9
...@@ -21,7 +21,7 @@ Management command ...@@ -21,7 +21,7 @@ Management command
You can update and force updates of the compressed file(s) with the management command “synccompress”. You can update and force updates of the compressed file(s) with the management command “synccompress”.
This makes it possible to keep the files updated manually. This makes it possible to keep the files updated manually.
The command is (assuming you are in you project-folder that contains ``manage.py``). :: The command is (assuming you are in you project-folder that contains ``manage.py``) ::
./manage.py synccompress ./manage.py synccompress
...@@ -29,6 +29,10 @@ To force all files to be re-generated, use the argument ``--force`` :: ...@@ -29,6 +29,10 @@ To force all files to be re-generated, use the argument ``--force`` ::
./manage.py synccompress --force ./manage.py synccompress --force
To re-generate only a specific group ::
./manage.py synccompress screen
Templatetags Templatetags
============ ============
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment