diff options
Diffstat (limited to 'testapp/exam/models.py')
-rw-r--r-- | testapp/exam/models.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testapp/exam/models.py b/testapp/exam/models.py index 4931e44..689e931 100644 --- a/testapp/exam/models.py +++ b/testapp/exam/models.py @@ -1,7 +1,8 @@ import datetime from django.db import models from django.contrib.auth.models import User -from taggit.managers import TaggableManager +from taggit_autocomplete_modified.managers import TaggableManagerAutocomplete as TaggableManager + ################################################################################ class Profile(models.Model): """Profile for a user to store roll number and other details.""" |