Ticket #15080: 15080.diff

File 15080.diff, 474 bytes (added by Harro, 14 years ago)

Added the -v0 and --noinput to the example

  • docs/howto/static-files.txt

    diff -r 3ca2d76121b7 docs/howto/static-files.txt
    a b  
    297297
    298298    def deploy_static():
    299299        with cd(env.project_root):
    300             run('./manage.py collectstatic')
     300            run('./manage.py collectstatic-v0 --noinput')
    301301
    302302Serving static files from a dedicated media server
    303303--------------------------------------------------
Back to Top