Ticket #15080: 15080.2.diff
File 15080.2.diff, 475 bytes (added by , 14 years ago) |
---|
-
docs/howto/static-files.txt
diff -r 3ca2d76121b7 docs/howto/static-files.txt
a b 297 297 298 298 def deploy_static(): 299 299 with cd(env.project_root): 300 run('./manage.py collectstatic ')300 run('./manage.py collectstatic -v0 --noinput') 301 301 302 302 Serving static files from a dedicated media server 303 303 --------------------------------------------------