Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django-rest framework 'module' object is not callable #51

Open
antat2003 opened this issue Nov 2, 2017 · 0 comments
Open

Django-rest framework 'module' object is not callable #51

antat2003 opened this issue Nov 2, 2017 · 0 comments

Comments

@antat2003
Copy link

I have a model like this
class ProductCategory(models.Model):
name = models.CharField(max_length=150, primary_key = True)
description = models.TextField()

audit_log = AuditLog()

my serializer:

class ProductCategorySerializer(serializers.ModelSerializer):
class Meta:
model = ProductCategory

I got this error
TypeError at /api/productcategoty/
'module' object is not callable

Do you know how to implement AuditLog() to work with rest framework?
Thank you
An

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant