Basic questions about stuff found in TG2 quickstart app...

View: New views
2 Messages — Rating Filter:   Alert me  

Basic questions about stuff found in TG2 quickstart app...

by Chris Seberino :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


** In ini config file what is the point of "full_stack = true"?

** Why does the ini config file need "loaders" that "use" eggs?
(i.e. what does that do? load an egg?)

** What is the admin script called "paster"?  What does paster stand
for?

** What is purpose of data/ directory?  Is it for sessions?  Why
didn't we need that for TG1?

** What is the reason for all the __all__'s being defined everywhere?

** What does entry_points.txt in egg directory do?  In thinking of
these lines in entry_points.txt...

[paste.app_factory]
main = fred.config.middleware:make_app

** So default is for debug to be turned on?  That's why production
needs "debug = false" ?

Thanks,

cs

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to turbogears@...
To unsubscribe from this group, send email to turbogears+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Basic questions about stuff found in TG2 quickstart app...

by Christopher Arndt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Chris Seberino wrote:
> ** What is the admin script called "paster"?  What does paster stand
> for?

Use Google or see http://pythonpaste.org/.

> ** What is the reason for all the __all__'s being defined everywhere?

Use Google.

> ** What does entry_points.txt in egg directory do?  In thinking of
> these lines in entry_points.txt...

Use Google or read the setuptools documentation.

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to turbogears@...
To unsubscribe from this group, send email to turbogears+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---