John Henry wrote:
> The one confusing thing to a newbie like myself is not knowing which
> file and which directory the tutorial is talking about. Many a times,
> I found myself at a total lost simply because I don't know which file
> (and where) I am suppose to do certain things to.
>
Hi:
I just wrote an article that try to categorized all tg quickstart files
for 4 purposes.
Maybe this could help you to figure out which file suppose to do
certain things to.
----
For Deployment
* README.txt # self explaination
* setup.py # install related settings
* (your project name)/release.py # application related infomation
* (your project name).egg-info/ # auto-generated infomation from
setup.py
For Configuration
* dev.cfg # for development use
* sample-prod.cfg # for production use
* (your project name)/config/ # for application specific settings
For Testing
* (your project name)/tests/ # self explaination
For Development
* (your project name)/model.py # Model
* (your project name)/templates # View
* (your project name)/json.py # Another View for AJAX application
* (your project name)/controllers.py # Controller
http://inet6.blogspot.com/2006/10/turbogears-in-minutes-getting-new.html
And its super helpful to enhance turbogears document by making a
comment under docs if you have found which file suppose to do certain
things to.
--
Fred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---