App Engine Django Form Uniqueness Validation?
Posted
by GeekTantra
on Stack Overflow
See other posts from Stack Overflow
or by GeekTantra
Published on 2010-05-02T13:34:22Z
Indexed on
2010/05/02
13:37 UTC
Read the original article
Hit count: 237
google-app-engine
|python
Is there a simpler way to use uniqueness validation with Django Forms in AppEngine?
I understand that performance would be problem if we keep an uniqueness constraint but since the amount of data being added is very small performance is not a big concern, rather development time is a concern here.
Any help is appreciated.
© Stack Overflow or respective owner