I also used this method. But I got same error in this method too.

def save(self, *args, **kwargs):
    self.slug = slugify(self.name)
    super(Shop, self).save(*args, **kwargs)

Please let me know if this is correct or not. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f6d948cd-c526-4d40-98f3-29ed44828b28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to