Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from JeroennC/master
Browse files Browse the repository at this point in the history
OPT - Add SCM Repository in admin interface
  • Loading branch information
JeroennC authored Feb 28, 2019
2 parents a293cd1 + 2e6bbec commit c7259f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katka/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ProjectAdmin(WithUsernameAdminModel):

@admin.register(Application)
class ApplicationAdmin(WithUsernameAdminModel):
fields = ('name', 'slug', 'project')
fields = ('name', 'slug', 'project', 'scm_repository')


@admin.register(Credential)
Expand Down

0 comments on commit c7259f1

Please sign in to comment.