Skip to content

Commit

Permalink
debugger admin
Browse files Browse the repository at this point in the history
  • Loading branch information
asennoussi committed Oct 6, 2023
1 parent cabc18c commit b04808e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from django.contrib import admin
from .models import FilteredEmails, Jobs
from .models import FilteredEmails, Jobs, EmailDebugInfo

# Register your models here.
admin.site.register(FilteredEmails)
admin.site.register(Jobs)
admin.site.register(EmailDebugInfo)

0 comments on commit b04808e

Please sign in to comment.