Hi guys,

I created a new application with the wizard and noticed a lot of settings 
in models/0.py that I hadn't seen before.

What is the purpose of this file versus appconfig.ini?  I'd rather have all 
the private settings in once place if possible and there seems like 
significant duplication between these two locations. For example:

private/appconfig.ini

[smtp]server = smtp.gmail.com:587sender = you@gmail.comlogin  = 
username:password


models/0.py

settings.email_server = 'logging'
settings.email_sender = 'y...@example.com'
settings.email_login = ''


What am I missing?

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to