Your TurboGears application is now running.
-
Model
Design models in the model.py.
Edit dev.cfg to use a different backend, or start with a pre-configured SQLite database.
Use script tg-admin sql create to create the database tables. -
View
Edit html-like templates in the /templates folder;
Put all static contents in the /static folder. -
Controller
Edit controllers.py and build your website structure with the simplicity of Python objects.
TurboGears will automatically reload itself when you modify your project.
If you create something cool, please let people know, and consider contributing something back to the community.