Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
5dce6d52
Commit
5dce6d52
authored
Dec 07, 2017
by
Lukas Burgey
Browse files
Fix a class
parent
eab92bc0
Changes
1
Show whitespace changes
Inline
Side-by-side
django_backend/backend/clientapi/models.py
View file @
5dce6d52
...
...
@@ -7,6 +7,10 @@ import pika
import
json
class
Deployments
:
pass
@
receiver
(
post_save
,
sender
=
models
.
Deployment
)
def
publish_deployment
(
sender
,
instance
=
None
,
created
=
False
,
**
kwargs
):
if
instance
is
None
:
...
...
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