Re: Looking for something lighter than Sproutcore or Cappuccino that integrates well with Django

2009-04-08 Thread Scott Newman
> I've been looking at a couple of RIA frameworks, namely Sproutcore and > Cappuccino.  The feel a bit too heavy for me.  Sproutcore does not > integrate well with Django > The reason I'm posting is to ask the community if they have know of > anything that is at a higher level than jQuery + jQuer

Re: Struggling to Get a Model/View/Django to work

2009-04-03 Thread Scott Newman
> That looks good, but I think what I want it to do is create_or_update. > Is there a logical way to do that? If you are using the login_required decorator, then your view should already have the current user available to it as part of the request object. You shouldn't have to worry that the user

Django Training with the Big Nerd Ranch in Atlanta, GA

2009-03-12 Thread Scott Newman
Hello all, I just wanted to let everyone know we still have seats left in our upcoming Django training class April 13-17, 2009. If you're new to Django, this course will get you up to speed and developing applications quickly! More information and the syllabus is available here: http://www.bigne

Versioning/revisioning content (a la Mediawiki)

2009-02-25 Thread Scott Newman
I'm creating an app similar to the flatpages contribution that will store the simple content for a page. When I save the data, I'd like to automatically create a previous revision so it can be reverted back if necessary. (multiple admins will be editing content) Does anyone have a strategy they li