formに入力した値の検証の仕方について

MVCの仕組みになれていなかったのでformに入力した値の検証の仕方が分からなかったが、DJangoのform validation frameworkという機能を利用するらしい。

後で使うので、説明しているページをメモ。

Introduction

In this article we show how to use Django’s form validation framework with the Google App Engine. This framework allows you to construct HTML forms from your data models, and handle the inputted information from the forms seamlessly when interacting with the datastore.

The Django Form Validation Framework on Google App Engine

Share