[WEB-983] chore: dummy data script (#4173)
* chore: dummy data script * fix: lint issues * chore: removed print statment
This commit is contained in:
parent
cd395fa3d2
commit
b90ca97461
6 changed files with 662 additions and 7 deletions
|
|
@ -3,7 +3,7 @@ import json
|
|||
|
||||
# Django import
|
||||
from django.utils import timezone
|
||||
from django.db.models import Q, Count, OuterRef, Func, F, Prefetch, Exists
|
||||
from django.db.models import Q, Count, OuterRef, Func, F, Prefetch
|
||||
from django.core.serializers.json import DjangoJSONEncoder
|
||||
from django.contrib.postgres.aggregates import ArrayAgg
|
||||
from django.contrib.postgres.fields import ArrayField
|
||||
|
|
@ -22,7 +22,6 @@ from plane.db.models import (
|
|||
InboxIssue,
|
||||
Issue,
|
||||
State,
|
||||
Workspace,
|
||||
IssueLink,
|
||||
IssueAttachment,
|
||||
ProjectMember,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
# Python imports
|
||||
from itertools import groupby
|
||||
|
||||
# Django imports
|
||||
from django.db.models import Q
|
||||
|
||||
# Third party imports
|
||||
from rest_framework.response import Response
|
||||
from rest_framework import status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue