Re: Using RequireJS with Django

2012-11-01 Thread David Hall
I realise that this is an old topic, but I hope this is useful to other people looking to use RequireJS with Django. You should take a look at django-require, which takes care of integrating the r.js optimizer with Django. I've just pushed up the 1.0.0 release. https://github.com/etianen/django

Re: Using RequireJS with Django

2012-02-28 Thread ojo
On Feb 28, 8:11 am, jpk wrote: > I'm working on a django project with a quickly growing javascript > front-end using backbone.  The backbone application has grown to the > point where it needs to be split into modules across multiple files. > I'm looking into RequireJS to do that. > So, what I'm

Using RequireJS with Django

2012-02-27 Thread jpk
Hi django-users, I'm working on a django project with a quickly growing javascript front-end using backbone. The backbone application has grown to the point where it needs to be split into modules across multiple files. I'm looking into RequireJS to do that. I've done some research on how to bes