cmlenz@4:
cmlenz@4:
cmlenz@4:
cmlenz@4:
cmlenz@4:
cmlenz@4:
cmlenz@4: Welcome to TurboGears
cmlenz@4:
cmlenz@4:
mgood@110:
cmlenz@4: Congratulations, your TurboGears application is running as of now.
cmlenz@4:
cmlenz@4: Are you ready to Gear Up?
cmlenz@4:
cmlenz@4: Take the following steps to dive right in:
cmlenz@4:
cmlenz@4:
cmlenz@4: - Edit your project's model.py to create SQLObjects representing the data you're working with
cmlenz@4: - Edit your dev.cfg file to point to the database you'll be using
cmlenz@4: - Run "
tg-admin sql create
" to create the tables in the database
cmlenz@4: - Edit controllers.py to add the functionality to your webapp
cmlenz@4: - Change the master.kid template to have the headers and footers for your application.
cmlenz@4: - Change welcome.kid (this template) or create a new one to display your data
cmlenz@4: - Repeat steps 4-6 until done.
cmlenz@4: - Profit!
cmlenz@4:
cmlenz@4:
cmlenz@4: If you haven't already, you might check out some of the documentation.
cmlenz@4:
cmlenz@4: Thanks for using TurboGears! See you on the mailing list and the "turbogears" channel on irc.freenode.org!
cmlenz@4:
mgood@110: ${ET(widget.display())}
mgood@110:
cmlenz@265: Here's a link to the output of a plain-text template.
cmlenz@265:
cmlenz@4:
cmlenz@4: