Re: [web2py] Re: Idea on web2py wizard

2010-11-14 Thread Boris Manojlovic
Hello,



On Sun, Nov 14, 2010 at 2:11 AM, mdipierro mdipie...@cs.depaul.edu wrote:

 I do not remember the reason for that suggestion.

 My only concerns are:
 1) I would be best to have just one verison online (the most updated
 one) even if hosted at multiple places.


You can host it by yourself or reuse mine at already mentioned location (it
is hosted on gae). Attached application can be deployed to GAE directly
after
adding corresponding route files

2) not break the link in web2py admin (or make a case for changing the
 link).

 Are you Boris the only one maintaining sqldesigner or are there
 mutliple forks?

 Massimo


My web2py code is just used for saving results of working with www sql
designer ( http://code.google.com/p/wwwsqldesigner/ )  nothing more than
that,
and as i already pushed my changes to upstream ( to www sql designer ) year
ago, there is nothing to maintain really on my side.

Boris


 On Nov 13, 6:06 pm, Boris Manojlovic boris.manojlo...@gmail.com
 wrote:
  Hello all,
 
  For some reason Massimo decided it is much better to redirect from my
  version athttp://designer.bojanka.net/to older code base but ok that is
 his call...
 
  Anyway for others who would like really working designer application
 (local)
  please use attached application and follow steps when first run.
 
  As usual i did not change anything in javascript application except
  config.js (pristine www sql designer as can it be)
  my stuff really is in models/db.py, controllers/default.py and routes.py*
  Please when adding this application call it sqldesigner if you don't
 wanna
  change anything in code provided. If you decide name
  is stupid or something else look in both routes.py to fix name of
  application and same in controllers/default.py
 
  Boris
 
  On Sun, Nov 14, 2010 at 12:07 AM, Anthony abasta...@gmail.com wrote:
   On Nov 13, 5:18 pm, blackthorne francisco@gmail.com wrote:
Or else, just integrate the SQL designer inhttp://
 gaesql.appspot.com/
for the job. I think it's even better for this kind of thing...
 
   Hmm, I notice it still uses SQLField in web2py table definitions
   instead of Field.
 
  --
  Only two things are infinite, the universe and human stupidity, and I'm
 not
  sure about the former.-Albert Einstein
 
   web2py.app.sqldesigner.w2p
  237KViewDownload




-- 
Only two things are infinite, the universe and human stupidity, and I'm not
sure about the former.-Albert Einstein


Re: [web2py] Re: Idea on web2py wizard

2010-11-14 Thread Branko Vukelic
On Sun, Nov 14, 2010 at 1:20 PM, Boris Manojlovic
boris.manojlo...@gmail.com wrote:
 You can host it by yourself or reuse mine at already mentioned location (it
 is hosted on gae). Attached application can be deployed to GAE directly
 after
 adding corresponding route files

Couldn't it just be included in the distribution if it's a separate
w2p app? The admin interface could detect the presence of the app and
offer the button then.


-- 
Branko Vukelić

bg.bra...@gmail.com
stu...@brankovukelic.com

Check out my blog: http://www.brankovukelic.com/
Check out my portfolio: http://www.flickr.com/photos/foxbunny/
Registered Linux user #438078 (http://counter.li.org/)
I hang out on identi.ca: http://identi.ca/foxbunny

Gimp Brushmakers Guild
http://bit.ly/gbg-group


[web2py] Re: Idea on web2py wizard

2010-11-13 Thread blackthorne
Or else, just integrate the SQL designer in http://gaesql.appspot.com/
for the job. I think it's even better for this kind of thing...

On Nov 13, 9:31 pm, Kenneth Lundström kenneth.t.lundst...@gmail.com
wrote:
 +1

 I was thinking the same when I was using the wizard first time. Maybe so
 that you still could do like you do now, write evertything or then you
 could select everything from a dropdown box and checkboxes.

 Kenneth



  In the table creation step, how about having some columns with all the
  available options for each table field such as unique, required,
  notnull, nonempty as checkboxes. The types could also come from a
  dropbox with: string, integer, ...

  I don't know if this kind of thing could be applied elsewhere but it
  would be great for those that don't want to know by heart all the
  possible options and apply them...

  Thank you,
  Best regards


[web2py] Re: Idea on web2py wizard

2010-11-13 Thread Anthony
On Nov 13, 5:18 pm, blackthorne francisco@gmail.com wrote:
 Or else, just integrate the SQL designer inhttp://gaesql.appspot.com/
 for the job. I think it's even better for this kind of thing...

Hmm, I notice it still uses SQLField in web2py table definitions
instead of Field.


[web2py] Re: Idea on web2py wizard

2010-11-13 Thread mdipierro
I do not remember the reason for that suggestion.

My only concerns are:
1) I would be best to have just one verison online (the most updated
one) even if hosted at multiple places.
2) not break the link in web2py admin (or make a case for changing the
link).

Are you Boris the only one maintaining sqldesigner or are there
mutliple forks?

Massimo

On Nov 13, 6:06 pm, Boris Manojlovic boris.manojlo...@gmail.com
wrote:
 Hello all,

 For some reason Massimo decided it is much better to redirect from my
 version athttp://designer.bojanka.net/to older code base but ok that is his 
 call...

 Anyway for others who would like really working designer application (local)
 please use attached application and follow steps when first run.

 As usual i did not change anything in javascript application except
 config.js (pristine www sql designer as can it be)
 my stuff really is in models/db.py, controllers/default.py and routes.py*
 Please when adding this application call it sqldesigner if you don't wanna
 change anything in code provided. If you decide name
 is stupid or something else look in both routes.py to fix name of
 application and same in controllers/default.py

 Boris

 On Sun, Nov 14, 2010 at 12:07 AM, Anthony abasta...@gmail.com wrote:
  On Nov 13, 5:18 pm, blackthorne francisco@gmail.com wrote:
   Or else, just integrate the SQL designer inhttp://gaesql.appspot.com/
   for the job. I think it's even better for this kind of thing...

  Hmm, I notice it still uses SQLField in web2py table definitions
  instead of Field.

 --
 Only two things are infinite, the universe and human stupidity, and I'm not
 sure about the former.-Albert Einstein

  web2py.app.sqldesigner.w2p
 237KViewDownload