Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
e6a18cf5
Commit
e6a18cf5
authored
Oct 22, 2019
by
Gladys Forte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
threading
parent
d8e5ce23
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2782 additions
and
3 deletions
+2782
-3
app/applicationlayer/cms/auto_email/reminder.py
app/applicationlayer/cms/auto_email/reminder.py
+1
-1
app/applicationlayer/cms/form/header/views.py
app/applicationlayer/cms/form/header/views.py
+5
-2
optimization
optimization
+2776
-0
No files found.
app/applicationlayer/cms/auto_email/reminder.py
View file @
e6a18cf5
app/applicationlayer/cms/form/header/views.py
View file @
e6a18cf5
...
...
@@ -60,6 +60,7 @@ from rest_framework.filters import SearchFilter, OrderingFilter
from
django_filters
import
rest_framework
as
filters
from
django_filters.rest_framework
import
DjangoFilterBackend
import
json
from
app.applicationlayer.utils
import
main_threading
APPROVER_MESSAGE
=
settings
.
APPROVER_MESSAGE
REQUESTOR_MESSAGE
=
settings
.
REQUESTOR_MESSAGE
...
...
@@ -376,12 +377,14 @@ class ChangeRequestFormsViewset(viewsets.ModelViewSet):
ROOM
=
id_number
SENDER
=
id_number
send_broadcast_message
(
notif
=
send_broadcast_message
(
ROOM
,
SENDER
,
'UPDATE NOTIFICATIONS'
)
main_threading
(
1
,
notif
)
instance
=
self
.
get_object
()
serializer
=
self
.
get_serializer
(
instance
)
return
Response
(
serializer
.
data
)
...
...
optimization
0 → 100644
View file @
e6a18cf5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment