Mercurial > public > sg101
annotate phantombrigade/models.py @ 623:1555b2c3c7a0
For issue #22, add a UNIQUE contraint on the pending user table's username field.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 31 Oct 2012 20:06:01 -0500 |
parents | ee87ea74d46b |
children |
rev | line source |
---|---|
bgneal@544 | 1 from django.db import models |
bgneal@544 | 2 |
bgneal@544 | 3 # Create your models here. |