Skip to content

Commit

Permalink
Registra app de receitas no Django Admin
Browse files Browse the repository at this point in the history
  • Loading branch information
brnocesar committed Nov 7, 2020
1 parent 99beaca commit a372c7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/receitas/admin.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from django.contrib import admin
from .models import Receita

# Register your models here.
admin.site.register(Receita)

0 comments on commit a372c7b

Please sign in to comment.