stuck in this error after adding "on_delete=models.CASCADE" into FK fields in the Ticket table in models and after that i changed that import in views.py "from django.core.urlresolvers import reverse" into this "from django.urls import reverse"
after all of that i got that new error "django.db.utils.OperationalError: no such table: auth_group" and i dont get any positive result to resolve this error.............NEED HELP PLEASE
stuck in this error after adding "on_delete=models.CASCADE" into FK fields in the Ticket table in models and after that i changed that import in views.py "from django.core.urlresolvers import reverse" into this "from django.urls import reverse"
after all of that i got that new error "django.db.utils.OperationalError: no such table: auth_group" and i dont get any positive result to resolve this error.............NEED HELP PLEASE