Re: Django vs Sproutcore

2011-07-06 Thread Graeck
On Jul 6, 9:21 am, Shawn Milochik wrote: > My limited understanding of Sproutcore is that it isn't an alternative > to a Web framework, but more a way to create pretty front ends for > your Web applications. Ok, so sounds like Sproutcore wouldn't actually replace Django. I just started reading ab

Django vs Sproutcore

2011-07-06 Thread Graeck
We've been looking at Django for a new web app project, but Sproutcore seems to be pretty nice as well. I like the idea of a client side mvc. I was wondering for anyone familiar with both. What are the advantages of Django over a client side mvc like Sproutcore? We know python and javascript, so

Re: Is there an HTML editor that's Django-aware

2011-05-20 Thread Graeck
http://e-texteditor.com/ And use TextMate's Django bundle. More info: http://code.djangoproject.com/wiki/TextMate -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscrib

Re: Redoing a C/CGI web app in Python/Django?

2011-04-13 Thread Graeck
ypes: > >  http://docs.python.org/library/ctypes.html > > It means you don't have to write extra C code just to do the > interfacing. > > On Apr 13, 12:14 am, Graeck wrote: > > > Hi all, > > > Just looking for input ... tips, suggestions, etc. > > &

Redoing a C/CGI web app in Python/Django?

2011-04-12 Thread Graeck
Hi all, Just looking for input ... tips, suggestions, etc. We have an old web app written in C using CGIs. All the html is generating in the C code using print statements. It's become almost impossible to do anything other than make very minor UI changes due to the complexity of the code and the