Cappuccino, Django, AJAX, and fitting it all together - review my architecture!
问题 I'm trying to get my head around Cappuccino. I'd like my StackOverview peers to review the architecture below and see if it makes sense - the aim is to utilize the unique benefits of Django and Cappuccino without doubling up where the technologies overlap... When the web browser requests a 'friendly' URL (eg, /, /articles, etc): DJango's urls.py matches this to a view. The view, rather than doing DJangos typical work of filling in a template with the locals dict, returns the small 'stub' HTML