You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While installing this package on Django 3, it gives such an error in models.py file
`import random
from django.conf import settings
from django.db import IntegrityError
from django.db import models
from django.dispatch import Signal
from django.utils.encoding import python_2_unicode_compatible #this gives an error
from django.utils import timezone
from django.utils.translation import ugettext_lazy as _
`
The text was updated successfully, but these errors were encountered:
While installing this package on Django 3, it gives such an error in models.py file
`import random
from django.conf import settings
from django.db import IntegrityError
from django.db import models
from django.dispatch import Signal
from django.utils.encoding import python_2_unicode_compatible #this gives an error
from django.utils import timezone
from django.utils.translation import ugettext_lazy as _
`
The text was updated successfully, but these errors were encountered: