IntegrityError at /maps/create/ (1062, "Duplicate entry '' for key 'slug'")

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-04-17T06:56:21Z Indexed on 2010/04/17 7:03 UTC
Read the original article Hit count: 220

Filed under:
|

my form is :

class MapForm(forms.ModelForm):

    slug = forms.SlugField(max_length=20)

and did you know why?

and how to make this running..

© Stack Overflow or respective owner

Related posts about django

Related posts about slug