That's an interesting project!

If I use WhiteNoise as part of a production deploy somewhere, can I skip 
(or ignore) running 'manage.py collectstatic' ? 

Yours,
Abraham V.


On Wednesday, 3 May 2017 15:13:36 UTC-4, Dan Tagg wrote:
>
> You might want to check out WhiteNoise (
> https://whitenoise.readthedocs.io/en/stable/) perhaps in conjunction with 
> a CDN
>
> On 3 May 2017 at 19:35, Tim Chase <django...@tim.thechases.com 
> <javascript:>> wrote:
>
>> On 2017-05-02 19:11, Antonis Christofides wrote:
>> > response = HttpResponse(csvfile.read(), content_type='text/csv')
>>
>> Beware that, if your content can get huge (some of our reports can
>> run to hundreds of megabytes), you might want to investigate
>> something like the "sendfile" alternatives or spew it out as generator
>> instead of doing .read() to suck the whole thing into memory.
>>
>> -tkc
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users...@googlegroups.com <javascript:>.
>> To post to this group, send email to django...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/20170503133519.05365d67%40bigbox.christie.dr
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Wildman and Herring Limited, Registered Office: Sir Robert Peel House, 178 
> Bishopsgate, London, United Kingdom, EC2M 4NJ, Company no: 05766374
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/18c9354a-0325-4e53-ad4c-2bda5e7a2877%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to