Re: MOSS Award to Django

2015-12-11 Thread Asif Saifuddin
Awesome awesome !!! awesome!!! :D :D On Saturday, December 12, 2015 at 12:19:00 AM UTC+6, Andrew Godwin wrote: > > Hi everyone, > > For those who haven't seen, Mozilla has awarded $150,000 to Django for > work on Channels and request/response improvements lifted from REST > Framework. More

Re: Make template caching a feature of the Django template engine

2015-12-11 Thread Aymeric Augustin
Hello, I would suggest to enable the cached template loader by default when DEBUG = False and no ‘loaders’ options is specified. This is technically backwards-incompatible, but: - people who don’t usually configure it will get a free performance boost in production - people who do will be able

Re: Make template caching a feature of the Django template engine

2015-12-11 Thread Tim Graham
I like the functionality this provides, but the API doesn't seem quite right to me -- namely passing configuration for template loaders through OPTIONS. Since you mentioned "the weird way of passing arguments to template loaders" and the fact that the locmem loader uses it, I'd pose the questio

MOSS Award to Django

2015-12-11 Thread Andrew Godwin
Hi everyone, For those who haven't seen, Mozilla has awarded $150,000 to Django for work on Channels and request/response improvements lifted from REST Framework. More in the blog post here: https://www.djangoproject.com/weblog/2015/dec/11/django-awarded-moss-grant/ I'll be coordinating this effo

Re: minify static files (css and js)

2015-12-11 Thread Florian Apolloner
Please stop spamming this thread with a advertisements for an online service. This is completely useless to us. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop recei

Re: 'DatabaseWrapper' object has no attribute 'pattern_ops' DJango 1.8.3

2015-12-11 Thread Florian Apolloner
ibm_db_django is not a supported database backend, please get in contact with IBM instead for a fix. Cheers, Florian On Friday, December 11, 2015 at 11:37:29 AM UTC+1, Jose Paul wrote: > > Getting the error below when I run DJango test please let me know the > reason behind this .Thanks You >

Re: minify static files (css and js)

2015-12-11 Thread buyi wen
you can try this free online service to compress javascript and minify css , so it will reduce the size of web page. only need you upload the static js and css files, then you can download the mini file.

Re: Split DeleteView into a more generic ConfirmView

2015-12-11 Thread Marc Tamlyn
No problem - I mentioned this thread on twitter to one of the braces devs and he also likes your idea. https://twitter.com/kennethlove/status/674237007439073280 On 10 December 2015 at 23:52, Lennart Buit wrote: > Hello Marc, > > Thanks for your response, I will change my proposal to target > dja

Mozilla Open Source Support: Django: $150,000.

2015-12-11 Thread CHI Cheng
> > Django is a popular server-side Web development framework, used in many > Mozilla websites. Their award will be used to make Django suitable to be a > back end for Web apps which use WebSockets. > https://blog.mozilla.org/blog/2015/12/10/mozilla-open-source-support-first-awards-made/ Con

'DatabaseWrapper' object has no attribute 'pattern_ops' DJango 1.8.3

2015-12-11 Thread Jose Paul
Getting the error below when I run DJango test please let me know the reason behind this .Thanks You = ERROR: test_patterns_escape (expressions.tests.ExpressionsTests)

Re: django template modules compiled with cython

2015-12-11 Thread Florian Apolloner
Hi Alexandru, On Thursday, December 10, 2015 at 12:52:46 PM UTC+1, Alexandru Damian wrote: > > I cProfile-instrumented *def get_response() *in *django/core/handlers/base.py > > *without (vanilla django) and with cemplate, posted the results here: > > https://github.com/ddalex/django-cemplate/tr