Quantcast
Channel: TurboGears Notes
Browsing latest articles
Browse All 8 View Live

Image may be NSFW.
Clik here to view.

Introduction to TurboGears

Welcome to the TurboGears Log blog. The purpose of this blog is to explore TurboGears from a beginner’s point of view. We will be posting on TurboGears until we feel it’s enough. TurboGears is a...

View Article



Image may be NSFW.
Clik here to view.

Let’s Install TurboGears

In order to install TurboGears we need Python setuptools and in order to create an isolated environment we need virtualenv package.  Why an isolated environment? With a virtual environment we don’t...

View Article

Image may be NSFW.
Clik here to view.

First Steps With TurboGears

Now that you have learnt what is TurboGears and how to install it, you want to get your hands dirty with it. This is really nice. I’m glad you’ve decided to do that. You won’t regret this decision....

View Article

Image may be NSFW.
Clik here to view.

A Simple Project Management Tool With TurboGears – Setting Up the Models

I want you to love TurboGears, understand how to use TurboGears and how to become fully productive with it. For example, I can develop a fully fledged application that would take 3 weeks with something...

View Article

Image may be NSFW.
Clik here to view.

A Simple Project Management Tool With TurboGears – Setting Up the Forms

In the previous post, we have created our Project and Task models. Now we have to create our forms. It is very easy to create forms with TurboGears. In this example we are going to use ToscaWidgets 1...

View Article


Image may be NSFW.
Clik here to view.

A Simple Project Management Tool With TurboGears – Templates

We have created our models, created our controller actions and forms. Now we are going to set up our templates. Let’s take a look at the controller action “new_project”:...

View Article

Image may be NSFW.
Clik here to view.

Querying The Models

If you remember the post that we created the models in, you will also remember that TurboGears uses SQLAlchemy for the model part of MVC. Now, we are going to do some practice on querying the models....

View Article

Image may be NSFW.
Clik here to view.

TurboGears and AJAX

Many beginner web developers ask questions like “how do i do something without refreshing page?” or “how can i load another page in my page?” etc. The answer is AJAX. AJAX stands for “Asynchronous...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images