[web2py] Re: bootstrap and user panel

2012-07-26 Thread Nomad


On Monday, July 23, 2012 7:02:47 PM UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





-- 





[web2py] Re: bootstrap and user panel

2012-07-26 Thread Nomad
I am trying this with the nightly build (since it didnt work in stable) and 
get the following exception
Is this just related to the windows build ? please advise. 

web2py™(2, 0, 0, datetime.datetime(2012, 7, 26, 13, 52, 14), 'dev')PythonPython 
2.7: C:\web2py\web2pynew\web2py\web2py.exeTRACEBACK

1.
2.
3.
4.
5.
6.

Traceback (most recent call last):
  File gluon/restricted.py, line 205, in restricted
  File 
C:/web2py/web2pynew/web2py/applications/tsowelcometest/models/00main.py 
http://127.0.0.1:8000/admin/default/edit/tsowelcometest/models/00main.py, 
line 10, in module
  File gluon/custom_import.py, line 295, in __call__
ImportError: No module named sqlhtml

ERROR SNAPSHOT [image: help]

type 'exceptions.ImportError'(No module named sqlhtml)

On Thursday, July 26, 2012 2:56:10 PM UTC-5, Nomad wrote:



 On Monday, July 23, 2012 7:02:47 PM UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





-- 





[web2py] Re: bootstrap and user panel

2012-07-26 Thread Nomad


On Monday, July 23, 2012 7:02:47 PM UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





-- 





Re: [web2py] Re: bootstrap and user panel

2012-07-26 Thread Martín Mulone
It's a bug I think, but it's related to windows perhaps.

have to be:

from gluon.sqlhtml import SQLFORM

the strange that this is working in linux:

from sqlhtml import SQLFORM

fixed in trunk.

2012/7/26 Nomad hilleratw...@gmail.com



 On Monday, July 23, 2012 7:02:47 PM UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My
 version is more like from the example template.
 Download: 
 https://bitbucket.org/**mulonemartin/bootstrap/**overviewhttps://bitbucket.org/mulonemartin/bootstrap/overviewalso
  you can test
 here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove,
 activate users/ add groups, also add users to groups and so on.
 https://bitbucket.org/**mulonemartin/usersadminhttps://bitbucket.org/mulonemartin/usersadmin



  --







-- 
 http://www.tecnodoc.com.ar

-- 





[web2py] Re: bootstrap and user panel

2012-07-26 Thread Omi Chiba
+1

On Monday, July 23, 2012 7:02:47 PM UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





-- 





[web2py] Re: bootstrap and user panel

2012-07-25 Thread Alan Etkin
Buenísimas las dos aplicaciones. ¿No se puede integrar el manejo de las 
tablas auth_ con appadmin como una funcionalidad más?

*User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin



-- 





Re: [web2py] Re: bootstrap and user panel

2012-07-24 Thread Javier Pepe
Hello

Delete the content on database dir.
The system recreate auth tables.



On Tue, Jul 24, 2012 at 2:49 AM, murtaza52
murtaza.hus...@sevenolives.comwrote:


 Hello Martin,

 The CSS is cool so +1 for this.

 1) I cloned your welcome app repo and placed it under applications, this
 is the summary of the error I get when I browse to the app -

 127.0.0.1.2012-07-24.11-12-36.3a36305c-435d-4087-ab03-e427b4e00812
 class 'sqlite3.OperationalError' table auth_user already exists

 2) Below is the error I recieved from the useradmin app when I did the
 same -

 127.0.0.1.2012-07-24.11-17-36.3a723b6d-872c-49e2-878d-65fab3349ca5
 type 'exceptions.TypeError' define_tables() got an unexpected keyword
 argument 'signature'
 What am I doing wrong ?

 Thanks,
 Murtaza


 On Tuesday, July 24, 2012 9:27:49 AM UTC+5:30, Massimo Di Pierro wrote:

 This looks great. Are you proposing it as a replacement for the current
 welcome? pros? cons?

 On Monday, 23 July 2012 19:02:47 UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My
 version is more like from the example template.
 Download: 
 https://bitbucket.org/**mulonemartin/bootstrap/**overviewhttps://bitbucket.org/mulonemartin/bootstrap/overviewalso
  you can test
 here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove,
 activate users/ add groups, also add users to groups and so on.
 https://bitbucket.org/**mulonemartin/usersadminhttps://bitbucket.org/mulonemartin/usersadmin



  --





-- 





Re: [web2py] Re: bootstrap and user panel

2012-07-24 Thread Martín Mulone
Edit model/00main.py and change migrate=False to use the current sqlite db.
Or delete the content in dabase then add a user and make membership of the
Admin group with appadmin.

type 'exceptions.TypeError'

define_tables() got an unexpected keyword argument 'signature'
 What am I doing wrong ?

mmh perhaps because I made some changes from the trunk welcome. What
version of web2py?.

2012/7/24 murtaza52 murtaza.hus...@sevenolives.com


 Hello Martin,

 The CSS is cool so +1 for this.

 1) I cloned your welcome app repo and placed it under applications, this
 is the summary of the error I get when I browse to the app -

 127.0.0.1.2012-07-24.11-12-36.3a36305c-435d-4087-ab03-e427b4e00812
 class 'sqlite3.OperationalError' table auth_user already exists

 2) Below is the error I recieved from the useradmin app when I did the
 same -

 127.0.0.1.2012-07-24.11-17-36.3a723b6d-872c-49e2-878d-65fab3349ca5
 type 'exceptions.TypeError' define_tables() got an unexpected keyword
 argument 'signature'
 What am I doing wrong ?

 Thanks,
 Murtaza


 On Tuesday, July 24, 2012 9:27:49 AM UTC+5:30, Massimo Di Pierro wrote:

 This looks great. Are you proposing it as a replacement for the current
 welcome? pros? cons?

 On Monday, 23 July 2012 19:02:47 UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My
 version is more like from the example template.
 Download: 
 https://bitbucket.org/**mulonemartin/bootstrap/**overviewhttps://bitbucket.org/mulonemartin/bootstrap/overviewalso
  you can test
 here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove,
 activate users/ add groups, also add users to groups and so on.
 https://bitbucket.org/**mulonemartin/usersadminhttps://bitbucket.org/mulonemartin/usersadmin



  --







-- 
 http://www.tecnodoc.com.ar

-- 





[web2py] Re: bootstrap and user panel

2012-07-24 Thread Farid Sanusi

sip, wanna to try. Thanks Martin.

Pada Selasa, 24 Juli 2012 7:02:47 UTC+7, Martin.Mulone menulis:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin




Pada Selasa, 24 Juli 2012 7:02:47 UTC+7, Martin.Mulone menulis:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





-- 





[web2py] Re: bootstrap and user panel

2012-07-23 Thread juaneduardo
Great Martin... I will test right now.

El lunes, 23 de julio de 2012 20:02:47 UTC-4, Martin.Mulone escribió:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





-- 





[web2py] Re: bootstrap and user panel

2012-07-23 Thread Massimo Di Pierro
This looks great. Are you proposing it as a replacement for the current 
welcome? pros? cons?

On Monday, 23 July 2012 19:02:47 UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





-- 





[web2py] Re: bootstrap and user panel

2012-07-23 Thread murtaza52

Hello Martin,

The CSS is cool so +1 for this.

1) I cloned your welcome app repo and placed it under applications, this is 
the summary of the error I get when I browse to the app - 

127.0.0.1.2012-07-24.11-12-36.3a36305c-435d-4087-ab03-e427b4e00812
class 'sqlite3.OperationalError' table auth_user already exists

2) Below is the error I recieved from the useradmin app when I did the same 
- 

127.0.0.1.2012-07-24.11-17-36.3a723b6d-872c-49e2-878d-65fab3349ca5
type 'exceptions.TypeError' define_tables() got an unexpected keyword 
argument 'signature'
What am I doing wrong ?

Thanks,
Murtaza


On Tuesday, July 24, 2012 9:27:49 AM UTC+5:30, Massimo Di Pierro wrote:

 This looks great. Are you proposing it as a replacement for the current 
 welcome? pros? cons?

 On Monday, 23 July 2012 19:02:47 UTC-5, Martin.Mulone wrote:

 I want to share this two applications*

 Bootstrap welcome application*

 I made my own welcome scatfold app, using twitter bootstrap template. My 
 version is more like from the example template. 
 Download: https://bitbucket.org/mulonemartin/bootstrap/overview also you 
 can test here http://testbootstrap.tecnodoc.com.ar/.

 *User Panel Admin*

 An application to administer the auth_user table. You can add, remove, 
 activate users/ add groups, also add users to groups and so on. 
 https://bitbucket.org/mulonemartin/usersadmin





--