--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

IMPORTANT NOTES:
Starter App is currently maintained on web2py current master branch
appconfig.ini is not included in the git repo (it's excluded by .gitignore) so you'll need to copy the file if you clone rather than download the repo
when you first install on localhost, you can access /initialize/adminuser to create initial admin user and auth_groups
models includes some sample tables for Dogs, Persons, and Dog Owners which you can easily delete


auth = Auth(db)
response.formstyle = myconf.get('forms.formstyle')response.formstyle = 'bootstrap3_inline'return "Hello from MyApp"
go?
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Md-OTq-hi-U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
Hi Rimas,
I thank you for the kind thoughts, but I simply don't have that luxury. I read and I listen to the video tutorials, IF they matched the current live app, then following the step by step instructions would be straight forward, but the live app does not match the instructions, so at each step, one has to FIGURE out an unknown.
def index(): return "Hello from MyApp"def index(): return dict(message="Hello from MyApp")pydal\helpers\classes.py", line 18, in __init__
return self.__dict__.__init__(*args, **kwargs)
TypeError: 'NoneType' object is not iterable
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Md-OTq-hi-U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Md-OTq-hi-U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
Traceback
(most recent call last):
File "…\web2py\gluon\restricted.py",
line 227, in restricted
exec ccode
in environment
File" …applications/starter/controllers/default.py",
line 91, in <module>
File "…web2py\gluon\globals.py",
line 412, in <lambda>
self._caller
= lambda f: f()
File …/starter/controllers/default.py",
line 70, in user
return
dict(form=auth())
File "…web2py\gluon\tools.py",
line 1923, in
__call__
return
getattr(self, args[0])()
File "…\tools.py",
line 3375, in
register
self.login_user(user)
File "…web2py\gluon\tools.py",
line 2630, in
login_user
user = Row(user)
File "…\helpers\classes.py",
line 18, in __init__
return
self.__dict__.__init__(*args, **kwargs)
TypeError: 'NoneType' object is not iterable
Not sure its ready to be posted. I just downloaded the app and I don't see any initialization. My experience...it seems have some issues still (see the attached pic) . When I tried to register, I get this error:Traceback (most recent call last):
File "…\web2py\gluon\restricted.py", line 227, in restricted
exec ccode in environment
File" …applications/starter/controllers/default.py", line 91, in <module>
File "…web2py\gluon\globals.py", line 412, in <lambda>
self._caller = lambda f: f()
File …/starter/controllers/default.py", line 70, in user
return dict(form=auth())
File "…web2py\gluon\tools.py", line 1923, in __call__
return getattr(self, args[0])()
File "…\tools.py", line 3375, in register
self.login_user(user)
File "…web2py\gluon\tools.py", line 2630, in login_user
user = Row(user)
File "…\helpers\classes.py", line 18, in __init__
return self.__dict__.__init__(*args, **kwargs)
TypeError: 'NoneType' object is not iterable
Using 2.13.4 (which has a flash bar rash that just don't go away).
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
Have you tested this starter app on mobile. When I hover over "log in" from a 9 inch tablet or small phone, I see a blank white screen for log in till I start scrolling, I see the other menu one by one.