Skip to content
Snippets Groups Projects
Commit 624538cc authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

duplicated code

parent 2c74df30
No related branches found
No related tags found
2 merge requests!13Edit view job,!7Simulator
......@@ -38,12 +38,6 @@ class InputPartAdmin(ViewOnSiteModelAdmin, admin.ModelAdmin):
)
@admin.register(models.SimulatorJob)
class SimulatorJobAdmin(ViewOnSiteModelAdmin, admin.ModelAdmin):
date_hierarchy = 'created_at'
search_fields = ('uuid',)
@admin.register(models.User)
class UserAdmin(auth_admin.UserAdmin):
ordering = ("email",)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment