Hi,
Is there a simple way to add custom action button (maybe links, buttons...)
on each row in admin site ?
Thanks
--
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
Hi,
I’m in trouble with model admin.
I’ve create a CMS with Django and I try to add the last article editor, but
it doesn’t work if the user don’t add his name in the field.
In model.py
class Article(models.Model):
…
author = models.ManyToManyField(User,
ve
2 matches
Mail list logo