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
437f501b
Commit
437f501b
authored
Mar 16, 2018
by
Lukas Burgey
Browse files
Remove an obsolete field from RabbitMQInstance
parent
28923b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
django_backend/backend/models.py
View file @
437f501b
...
@@ -61,11 +61,6 @@ class RabbitMQInstance(SingletonModel):
...
@@ -61,11 +61,6 @@ class RabbitMQInstance(SingletonModel):
port
=
models
.
IntegerField
(
port
=
models
.
IntegerField
(
default
=
15672
,
default
=
15672
,
)
)
# TODO obsolete
path
=
models
.
CharField
(
max_length
=
150
,
default
=
'api'
,
)
username
=
models
.
CharField
(
username
=
models
.
CharField
(
max_length
=
150
,
max_length
=
150
,
default
=
'guest'
,
default
=
'guest'
,
...
...
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