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