On Fri, Dec 21, 2012 at 12:08 PM, Lex Berezhny <[email protected]> wrote:

> The other thing I didn't include is the shared models. If you look in
> models.py you'll see those client side models inherit from a shared model
> class. The idea there was that both the server side and client side share
> domain models but each is still able to customize it. For example the
> server side version includes things related to serializing to relational
> database and client side does form validation and i don't want the server
> side models compiled to javascript and sent to client side.
>

Actually, I hadn't looked at this code in a while and it appears that you
do not need the shared models.

So, I think if you can fake/comment out all of the server access code you
should be able to run the UI.

 - lex

-- 



Reply via email to