Ticket #15080: 15080.2.diff

File 15080.2.diff, 475 bytes (added by Harro, 13 years ago)

Forgot a space

  • 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