6 ms·
There be dragons in the Python: http://code.google.com/p/dajaxproject/source/browse/trunk/dajax/views.py#6 http://code.google.com/p/dajaxproject/source/browse/t
by jbox 17y ago
There be dragons in the Python:
http://code.google.com/p/dajaxproject/source/browse/trunk/dajax/views.py#6 http://code.google.com/p/dajaxproject/source/browse/trunk/da...
If all that importing is really necessary then you might want to check out Django's new preferred import method, importlib, it might clean that up a bit:
http://code.djangoproject.com/ticket/8193 http://code.djangoproject.com/ticket/8193
And here in the J/S - lots of evals - is that really necessary?:
http://code.google.com/p/dajaxproject/source/browse/trunk/dajax/templates/dajax/jquery.dajax.core.js#8 http://code.google.com/p/dajaxproject/source/browse/trunk/da...