Re: [Django] #15080: collectstatic with fabric example should use -v0 to speed it up

2011-01-14 Thread Django
#15080: collectstatic with fabric example should use -v0 to speed it up
+---
  Reporter:  hvdklauw   | Owner:  nobody

Status:  new| Milestone:  1.3   

 Component:  Documentation  |   Version:  1.3-beta  

Resolution: |  Keywords:  staticfiles, 
collectstatic, fabric
 Stage:  Ready for checkin  | Has_patch:  1 

Needs_docs:  0  |   Needs_tests:  0 

Needs_better_patch:  0  |  
+---
Changes (by russellm):

  * component:  Contrib apps => Documentation
  * stage:  Unreviewed => Ready for checkin

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15080: collectstatic with fabric example should use -v0 to speed it up

2011-01-14 Thread Django
#15080: collectstatic with fabric example should use -v0 to speed it up
---+
  Reporter:  hvdklauw  | Owner:  nobody 
   
Status:  new   | Milestone:  1.3
   
 Component:  Contrib apps  |   Version:  1.3-beta   
   
Resolution:|  Keywords:  staticfiles, 
collectstatic, fabric
 Stage:  Unreviewed| Has_patch:  1  
   
Needs_docs:  0 |   Needs_tests:  0  
   
Needs_better_patch:  0 |  
---+
Changes (by hvdklauw):

  * needs_better_patch:  => 0
  * has_patch:  0 => 1
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #15080: collectstatic with fabric example should use -v0 to speed it up

2011-01-14 Thread Django
#15080: collectstatic with fabric example should use -v0 to speed it up
+---
 Reporter:  hvdklauw|   Owner:  nobody
   Status:  new |   Milestone:  1.3   
Component:  Contrib apps| Version:  1.3-beta  
 Keywords:  staticfiles, collectstatic, fabric  |   Stage:  Unreviewed
Has_patch:  0   |  
+---
 I found out that using collectstatic through fabric makes for a very slow
 process.
 The reason is that collectstatic by default outputs all the files it's
 collecting, which fabric has to pipe, which makes it very slow.

 The fix is simple: pass a -v0
 Also a --noinput should be added because fabric doesn't support the
 interactivity till 1.0 is released.

 I think the documentation should reflect this

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.