register deployment model in admin
This commit is contained in:
parent
5d68e355f8
commit
f86fae86ef
@ -1,3 +1,11 @@
|
||||
# from django.contrib import admin
|
||||
from django.contrib import admin
|
||||
|
||||
from deployment.models import Deployment
|
||||
|
||||
|
||||
class DeploymentAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
|
||||
|
||||
admin.site.register(Deployment, DeploymentAdmin)
|
||||
|
||||
# Register your models here.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user