Skip to content

Commit

Permalink
Update admin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Fi committed Sep 25, 2023
1 parent 1cba1fe commit 67d3580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DJANGO/1.8/core/admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.contrib import admin
from . import models



@admin.register(models.Produto)
class ProdutoAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit 67d3580

Please sign in to comment.