gkomninos.com

programming, web and other stuff

Entries on category django

Create a registration form with django

Published on June 28, 2010

In this article i will show you how you can create a user registration form with django.

  • Let's define what we need to create:

A simple registration form containing username, email and password fields .

  • lets go into code (πάμε στο ζουμί !!! ... greek)

In your application create a forms.py ...

Read full entry. . .