There should not be a db_cube9.py in the project.

Massimo

On 7 Lug, 10:55, Chris S <[email protected]> wrote:
> I've just loaded this from the mercurial source listed on google
> code.  Running on GAE (local dev server) and using the Web2py trunk
> I'm getting:
>
> ReservedWordError: Cannot define property using reserved word
> 'parent'. If you would like to use this name in the datastore consider
> using a different name like parent_ and adding name='parent' to the
> parameter list of the property definition.
> <code object <module> at 03EE4E78, file "C:\Users\chris.sanders
> \Documents\Misc\workspace\WebDev\applications\cube9/models/
> db_cube9.py", line 1>
>
> I'm not sure if that's an issue of me not having the absolute latest
> trunk, but it seems like it's just an incompatibility with GAE in the
> current varriable definition.
>
> On Jul 7, 10:30 am, mdipierro <[email protected]> wrote:
>
> > The idea is that any web app is a set of pages that contain stuff.
> > Some are public some are not, some have other permissions, some are
> > listed in a hierarchical menu some not. Therefore it should be
> > possible to develop as app as one creates a wiki, by adding pages and
> > filling the pages.
>
> > In web2py every URL is mapped into a action. An action is a function +
> > template.
>
> > In cu29 every URL (technically only those URL managed by the
> > plugin_wiki/page action) is a page. The page is described by the
> > markmin syntax and it can contain stuff because markmin allows to
> > include high level widgets (not to be confused with
> > db.table.field.widget).
>
> > You can have both together if you apply plugin_wiki from cu29 to your
> > apps.
>
> > Hope it makes sense.
>
> > On 7 Lug, 10:18, Jonathan Lundell <[email protected]> wrote:
>
> > > On Jul 7, 2010, at 5:42 AM, mdipierro wrote:
>
> > > > The philosophy is the same as T3. Every URL is a wiki.
>
> > > Would you elaborate a little on that statement, please?

Reply via email to