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
6fb287bf
Commit
6fb287bf
authored
Oct 29, 2018
by
Lukas Burgey
Browse files
Register credential state in the admin
parent
b0821d8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
feudal/backend/admin.py
View file @
6fb287bf
...
...
@@ -35,5 +35,6 @@ admin.site.register(models.Site)
admin
.
site
.
register
(
models
.
Service
)
admin
.
site
.
register
(
models
.
SSHPublicKey
)
admin
.
site
.
register
(
models
.
CredentialState
)
admin
.
site
.
register
(
models
.
NewDeployment
)
admin
.
site
.
register
(
models
.
NewDeploymentStateItem
)
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